Skip to content

Commit

Permalink
ci: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcAvoy committed Jan 1, 2025
1 parent b833dc2 commit 706428d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ jobs:
name: CarbonLauncher_${{env.BUILD_CONFIGURATION}}
path: |
x64\${{env.BUILD_CONFIGURATION}}\
- name: Create Release
uses: ncipollo/release-action@v1.14.0
with:
artifacts: |
x64/${{env.BUILD_CONFIGURATION}}/CarbonLauncher.exe
x64/${{env.BUILD_CONFIGURATION}}/*.dll
draft: true
makeLatest: true

0 comments on commit 706428d

Please sign in to comment.