mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 11:36:11 +01:00
github actions: include split apks to artifact archive
This commit is contained in:
parent
a7eb173178
commit
5b084f0851
1 changed files with 1 additions and 1 deletions
2
.github/workflows/debug_build.yml
vendored
2
.github/workflows/debug_build.yml
vendored
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: termux-app
|
||||
path: ./app/build/outputs/apk/debug/app-debug.apk
|
||||
path: ./app/build/outputs/apk/debug/app-*-debug.apk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue