mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 07:57:28 +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
|
||||
- name: Create apk artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: app
|
||||
path: app/build/outputs/apk/github/debug/app-github-debug.apk
|
||||
|
Loading…
Reference in New Issue
Block a user