Skip to content

Commit 78a6d22

Browse files
committed
added dev and live APK to release artifacts
1 parent bb4be8f commit 78a6d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
with:
8080
files: |
8181
android/app/build/outputs/apk/dev/debug/*.apk
82-
android/app/build/outputs/apk/debug/*.apk
82+
android/app/build/outputs/apk/live/debug/*.apk
8383
env:
8484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)