Skip to content

Commit

Permalink
Changing chown command args
Browse files Browse the repository at this point in the history
  • Loading branch information
Renoy John Marattukalam committed Apr 30, 2024
1 parent dc396d5 commit 63c6d67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
TARGET: macos
CMD_BUILD: >
pyinstaller tabcmd-mac.spec --clean --noconfirm --distpath ./dist/macos/tabcmd.app &&
chown -R --reference=. ./dist/macos/tabcmd.app
chown -R $(whoami) ./dist/macos/tabcmd.app
OUT_FILE_NAME: tabcmd.app
ASSET_MIME: application/zip
- os: ubuntu-latest
Expand Down Expand Up @@ -72,7 +72,6 @@ jobs:
if: matrix.TARGET == 'macos'
run: |
rm -f dist/${{ matrix.TARGET }}/tabcmd.app/tabcmd
chmod 777 dist/${{ matrix.TARGET }}/${{ matrix.OUT_FILE_NAME }}/${{ matrix.OUT_FILE_NAME }}/Contents/MacOS/tabcmd
./dist/${{ matrix.TARGET }}/${{ matrix.OUT_FILE_NAME }}/${{ matrix.OUT_FILE_NAME }}/Contents/MacOS/tabcmd
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 63c6d67

Please sign in to comment.