Skip to content

Commit 0c951f9

Browse files
committed
fix
1 parent 298cc3d commit 0c951f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
submodules: true
1414
- name: Build FreeImage
1515
run: |
16-
chmod a+x scripts/build-android.sh
17-
./scripts/build-android.sh
18-
echo "Activation done. Packaging..."
16+
chmod a+x scripts/build-android.py
1917
python scripts/build-android.py /opt/unity/Editor/Unity
2018
shell: bash
2119
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)