yolo attempt sudo chmod
This commit is contained in:
2
.github/workflows/builder.yaml
vendored
2
.github/workflows/builder.yaml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user