Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard authored Mar 19, 2024
1 parent 7695f21 commit cbb9525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
cd ./bin/
zip -r unearth-${{ steps.version_info.outputs.FULL_VERSION }}-linux.zip ExportLinux/
zip -r unearth-${{ steps.version_info.outputs.FULL_VERSION }}-linux.zip ExportLinux/Unearth/
- name: Zip Windows Build for Release
if: startsWith(github.ref, 'refs/tags/')
run: |
cd ./bin/
zip -r unearth-${{ steps.version_info.outputs.FULL_VERSION }}-windows.zip ExportWindows/
zip -r unearth-${{ steps.version_info.outputs.FULL_VERSION }}-windows.zip ExportWindows/Unearth/
- name: Upload to itch.io
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit cbb9525

Please sign in to comment.