mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +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: |
|
||||
./gradlew assembleDebug
|
||||
- name: Store generated APK file
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: termux-app
|
||||
path: ./app/build/outputs/apk/debug
|
||||
|
Reference in New Issue
Block a user