mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 14:47:29 +00:00
Merge pull request #867 from austinhuang0131/renovate/actions-upload-artifact-2.x
Update actions/upload-artifact action to v2
This commit is contained in:
commit
541c1a2252
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