Skip to content

Commit

Permalink
Changing file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Renoy John Marattukalam committed Apr 30, 2024
1 parent 96b3bf4 commit dc396d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- os: macos-13
TARGET: macos
CMD_BUILD: >
pyinstaller tabcmd-mac.spec --clean --noconfirm --distpath ./dist/macos/tabcmd.app
pyinstaller tabcmd-mac.spec --clean --noconfirm --distpath ./dist/macos/tabcmd.app &&
chown -R --reference=. ./dist/macos/tabcmd.app
OUT_FILE_NAME: tabcmd.app
ASSET_MIME: application/zip
- os: ubuntu-latest
Expand Down

0 comments on commit dc396d5

Please sign in to comment.