mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 18:55:31 +08:00
github actions: update actions/upload-artifact to v2
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user