Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Viceroyy committed Jun 26, 2024
1 parent 54e46b9 commit 469d775
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:
with:
name: Arsenal-${{ env.BUILD_CONFIGURATION }}
path: output/${{ env.BUILD_CONFIGURATION }}/*.dll

- name: Create release
uses: softprops/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
files: output/${{ env.BUILD_CONFIGURATION }}/*.dll

0 comments on commit 469d775

Please sign in to comment.