Skip to content

Commit

Permalink
ci: remove ineffective chmod from build step of macOS job
Browse files Browse the repository at this point in the history
  • Loading branch information
jkito committed Aug 19, 2024
1 parent 8b3ac47 commit 1f9ab04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
make vendor
make build
make installer
chmod +x ./build/installer/RiseupVPN-installer-unknown.app/Contents/MacOS/RiseupVPN-installer-unknown
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 1f9ab04

Please sign in to comment.