chmod 777, update action/cache and actions/upload-artifact

more-targets^2^2
Daniel Lovell 2024-09-25 19:40:32 -07:00
parent 5d7590f297
commit 3d472c1233
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
lfs: false lfs: false
- uses: actions/cache@v3 - uses: actions/cache@v4
with: with:
path: Library path: Library
key: Library-${{ matrix.targetPlatform }} key: Library-${{ matrix.targetPlatform }}
@ -41,8 +41,8 @@ jobs:
targetPlatform: ${{ matrix.targetPlatform }} targetPlatform: ${{ matrix.targetPlatform }}
- name: Make build output readable and executable - name: Make build output readable and executable
run: | run: |
sudo chmod -R +rx build/${{ matrix.targetPlatform }} sudo chmod -R 777 build/${{ matrix.targetPlatform }}
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: Build-${{ matrix.targetPlatform }} name: Build-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }} path: build/${{ matrix.targetPlatform }}