mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
github actions: update actions/upload-artifact to v2
This commit is contained in:
parent
fec61d315f
commit
407e4e003a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/debug_build.yml
vendored
2
.github/workflows/debug_build.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./gradlew assembleDebug
|
./gradlew assembleDebug
|
||||||
- name: Store generated APK file
|
- name: Store generated APK file
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: termux-app
|
name: termux-app
|
||||||
path: ./app/build/outputs/apk/debug
|
path: ./app/build/outputs/apk/debug
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue