Skip to content

Commit 408ac25

Browse files
committed
updated file uploads to gh page
1 parent 1d74f5a commit 408ac25

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew
2626
- name: Build with Gradle
27-
run: ./gradlew build
27+
run: ./gradlew app:build
2828
- name: Run Tests
2929
run: ./gradlew app:testDemoDebugUnitTest
3030
- name: Generate APK Debug Build with Gradle (Dev)
@@ -42,6 +42,9 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
with:
45-
files: ${{ env.main_project_module }}/build/outputs/apk/debug/app-debug.apk
45+
files: |
46+
${{ env.main_project_module }}/build/outputs/apk/demo/debug/app-demo-debug.apk
47+
${{ env.main_project_module }}/build/outputs/apk/dev/debug/app-dev-debug.apk
48+
${{ env.main_project_module }}/build/outputs/apk/full/debug/app-full-debug.apk
4649
draft: true
4750
prerelease: true

0 commit comments

Comments
 (0)