Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 9909c23

Browse files
committed
test pipeline
1 parent 4c9d5c4 commit 9909c23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-demo-apks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Upload APK
2323
uses: actions/upload-artifact@v1
2424
with:
25+
name: demo-apks
2526
path: ./CryptoDemo/app/build/outputs/apk/debug/cryptodemo-debug.apk
2627
# Pokedex
2728
- name: Build Pokedex APK
@@ -33,4 +34,5 @@ jobs:
3334
- name: Upload APK
3435
uses: actions/upload-artifact@v1
3536
with:
37+
name: demo-apks
3638
path: ./Pokedex/app/build/outputs/apk/debug/pokedex-debug.apk

0 commit comments

Comments
 (0)