mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 06:37:30 +00:00
Update actions/upload-artifact action to v2
This commit is contained in:
parent
b1757d7ed1
commit
efff6610b7
2
.github/workflows/github_debug_apk.yml
vendored
2
.github/workflows/github_debug_apk.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
# Create artifact
|
# Create artifact
|
||||||
- name: Create apk artifact
|
- name: Create apk artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: app
|
name: app
|
||||||
path: app/build/outputs/apk/github/debug/app-github-debug.apk
|
path: app/build/outputs/apk/github/debug/app-github-debug.apk
|
||||||
|
Loading…
Reference in New Issue
Block a user