Skip to content

Commit 7debd18

Browse files
committed
(General) Improve build debug apk job
1 parent 3d3cc8c commit 7debd18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ jobs:
9393
- name: Build APK
9494
run: bash ./gradlew assembleDebug --stacktrace
9595

96+
- name: Upload APK
97+
uses: actions/[email protected]
98+
with:
99+
name: sample.apk
100+
path: app/build/outputs/apk/debug/app-debug.apk
101+
96102
- name: Download APK
97103
uses: actions/download-artifact@v3
98104
with:

0 commit comments

Comments
 (0)