Skip to content

Commit

Permalink
Merge pull request #110 from goatcorp/fix-release-ci
Browse files Browse the repository at this point in the history
ci: fix windows zip in release ci
  • Loading branch information
reiichi001 authored Jan 16, 2024
2 parents 2b7cd03 + 1e90731 commit 2126dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
tar -czf ./dist/XIVLauncher.Core.tar.gz -C ./src/XIVLauncher.Core/dist/XIVLauncher.Core .
tar -czf ./dist/XIVLauncher.Core-arch.tar.gz -C ./src/XIVLauncher.Core/dist/XIVLauncher.Core-arch .
tar -czf ./dist/XIVLauncher.Core-fedora.tar.gz -C ./src/XIVLauncher.Core/dist/XIVLauncher.Core-fedora .
zip -r ./dist/XIVLauncher.Core-win10x64.zip /src/XIVLauncher.Core/dist/XIVLauncher.Core-win10x64
zip -r ./dist/XIVLauncher.Core-win10x64.zip ./src/XIVLauncher.Core/dist/XIVLauncher.Core-win10x64
- name: Release on GitHub
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 2126dac

Please sign in to comment.