This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 with :
9696 name : apk-x86_64-${{ matrix.build_type }}
9797 path : app-x86_64-${{ matrix.build_type }}.apk
98+ - name : Upload universal ${{ matrix.build_type }} APK
99+ uses : actions/upload-artifact@v3
100+ with :
101+ name : apk-universal-${{ matrix.build_type }}
102+ path : app-universal-${{ matrix.build_type }}.apk
98103 - name : Upload ${{ matrix.build_type }} mappings
99104 if : ${{ matrix.build_type == 'release' }}
100105 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ releaseAssets:
2929 description : " AndroidIDE {{version}} armeabi-v7a release APK"
3030 path : app-armeabi-v7a-release.apk
3131 type : application/octet-stream
32+ apk_universal :
33+ fileName : " androidide-{{version}}-universal.apk"
34+ description : " AndroidIDE {{version}} universal release APK"
35+ path : app-universal-release.apk
36+ type : application/octet-stream
3237
3338releaseTypes :
3439 enabled :
You can’t perform that action at this time.
0 commit comments