github action android build #1557
This commit is contained in:
parent
4c6505166e
commit
9dfa7ae5a8
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: bash ./gradlew build
|
run: bash ./gradlew build
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: app-release-unsigned
|
name: rusEFI-release-unsigned
|
||||||
path: ./android/app/build/outputs/apk/release/app-release-unsigned.apk
|
path: ./android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
|
Loading…
Reference in New Issue