Fix render graph deprecation warning, add chmod to deployment Action
This commit is contained in:
3
.github/workflows/builder.yaml
vendored
3
.github/workflows/builder.yaml
vendored
@@ -39,6 +39,9 @@ jobs:
|
||||
buildName: micromissiles-${{ github.run_number }}-${{ matrix.targetPlatform }}
|
||||
versioning: Semantic
|
||||
targetPlatform: ${{ matrix.targetPlatform }}
|
||||
- name: Make build output readable and executable
|
||||
run: |
|
||||
chmod -R +rx build/${{ matrix.targetPlatform }}
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Build-${{ matrix.targetPlatform }}
|
||||
|
||||
Reference in New Issue
Block a user