Skip to content

Commit

Permalink
Add version to GH Actions for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowberryHN committed Feb 29, 2024
1 parent 75554e2 commit 18c4de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Build game files
run: msbuild ZinethCommunityEdition.sln -t:rebuild -property:Configuration=Release
- name: Package archive
run: Compress-Archive -Path .\dist\* -DestinationPath zinethCE.zip
run: Compress-Archive -Path .\dist\* -DestinationPath zinethCE_${{ github.ref_name }}.zip
- name: Create release
uses: softprops/action-gh-release@v1
with:
files: zinethCE.zip
files: zinethCE_${{ github.ref_name }}.zip

0 comments on commit 18c4de5

Please sign in to comment.