Fix render graph deprecation warning, add chmod to deployment Action

This commit is contained in:
Daniel Lovell
2024-09-25 19:07:30 -07:00
parent 33b4deec0c
commit 0933bb4e97
3 changed files with 785 additions and 2 deletions

View File

@@ -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 }}