mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
github actions: use hardcoded list of debug apks
This commit is contained in:
parent
5b084f0851
commit
f3a3a89f93
1 changed files with 5 additions and 1 deletions
6
.github/workflows/debug_build.yml
vendored
6
.github/workflows/debug_build.yml
vendored
|
|
@ -23,4 +23,8 @@ jobs:
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: termux-app
|
name: termux-app
|
||||||
path: ./app/build/outputs/apk/debug/app-*-debug.apk
|
path: |
|
||||||
|
app/build/outputs/apk/debug/app-armeabi-v7a-debug.apk
|
||||||
|
app/build/outputs/apk/debug/app-x86_64-debug.apk
|
||||||
|
app/build/outputs/apk/debug/app-x86-debug.apk
|
||||||
|
app/build/outputs/apk/debug/app-arm64-v8a-debug.apk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue