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

Commit c956071

Browse files
committed
test pipeline
1 parent b3898f2 commit c956071

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
working-directory: ./CryptoDemo
2121
run: mv app/build/outputs/apk/debug/app-debug.apk app/build/outputs/apk/debug/cryptodemo-debug.apk
2222
- name: Upload APK
23-
working-directory: ./CryptoDemo
2423
uses: actions/upload-artifact@v1
2524
with:
26-
path: app/build/outputs/apk/debug/cryptodemo-debug.apk
25+
path: ./CryptoDemo/app/build/outputs/apk/debug/cryptodemo-debug.apk
2726
# Pokedex
2827
- name: Build APK
2928
working-directory: ./Pokedex
@@ -32,7 +31,6 @@ jobs:
3231
working-directory: ./Pokedex
3332
run: mv app/build/outputs/apk/debug/app-debug.apk app/build/outputs/apk/debug/pokedex-debug.apk
3433
- name: Upload APK
35-
working-directory: ./Pokedex
3634
uses: actions/upload-artifact@v1
3735
with:
38-
path: app/build/outputs/apk/debug/pokedex-debug.apk
36+
path: ./Pokedex/app/build/outputs/apk/debug/pokedex-debug.apk

0 commit comments

Comments
 (0)