Skip to content

Commit

Permalink
use tar for mac app zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ronpandolfi committed Mar 14, 2023
1 parent 468917f commit 4a3482e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ jobs:
run: |
mv dist/Tsuchinoko dist/Tsuchinoko.app
- uses: montudor/action-zip@v1
with:
args: zip -qq -r Tsuchinoko.app.zip Tsuchinoko.app
- name: zip
run: |
tar -czf dist/Tsuchinoko.app.tgz dist/Tsuchinoko.app
- name: Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
files: dist/*.zip
files: dist/*.tgz

0 comments on commit 4a3482e

Please sign in to comment.