Skip to content

Commit

Permalink
yolo attempt sudo chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellovell committed Sep 26, 2024
1 parent 0933bb4 commit f8725f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
targetPlatform: ${{ matrix.targetPlatform }}
- name: Make build output readable and executable
run: |
chmod -R +rx build/${{ matrix.targetPlatform }}
sudo chmod -R +rx build/${{ matrix.targetPlatform }}
- uses: actions/upload-artifact@v3
with:
name: Build-${{ matrix.targetPlatform }}
Expand Down

0 comments on commit f8725f5

Please sign in to comment.