We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298cc3d commit 0c951f9Copy full SHA for 0c951f9
.github/workflows/package.yml
@@ -13,9 +13,7 @@ jobs:
13
submodules: true
14
- name: Build FreeImage
15
run: |
16
- chmod a+x scripts/build-android.sh
17
- ./scripts/build-android.sh
18
- echo "Activation done. Packaging..."
+ chmod a+x scripts/build-android.py
19
python scripts/build-android.py /opt/unity/Editor/Unity
20
shell: bash
21
- uses: actions/upload-artifact@v3
0 commit comments