Skip to content

Commit f002fa6

Browse files
authored
Change Android workflow to use the python script (#237)
* Change Android workflow to use the python script * Update android.yml
1 parent 7addbf6 commit f002fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
- name: Build SDK (Android)
9696
shell: bash
9797
run: |
98-
./build_android.sh -d
98+
python scripts/build_scripts/build_zips.py --platform=android --unity_root=$UNITY_ROOT_DIR
9999
100100
- name: Upload Build
101101
uses: actions/upload-artifact@v2
102102
with:
103-
name: android_build
104-
path: android_build/*.zip
103+
name: android_unity
104+
path: android_unity/*.zip

0 commit comments

Comments
 (0)