yolo attempt sudo chmod

more-targets
Daniel Lovell 2024-09-25 19:16:42 -07:00
parent 0933bb4e97
commit f8725f5728
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
targetPlatform: ${{ matrix.targetPlatform }} targetPlatform: ${{ matrix.targetPlatform }}
- name: Make build output readable and executable - name: Make build output readable and executable
run: | run: |
chmod -R +rx build/${{ matrix.targetPlatform }} sudo chmod -R +rx build/${{ matrix.targetPlatform }}
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: Build-${{ matrix.targetPlatform }} name: Build-${{ matrix.targetPlatform }}