Skip to content

Commit

Permalink
File permissions change
Browse files Browse the repository at this point in the history
  • Loading branch information
Renoy John Marattukalam committed Apr 30, 2024
1 parent 79443ff commit 7606cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: matrix.TARGET == 'macos'
run: |
rm -f dist/${{ matrix.TARGET }}/tabcmd.app/tabcmd
ls -ltr dist/${{ matrix.TARGET }}/tabcmd.app/
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 7606cac

Please sign in to comment.