Skip to content

Commit efceadf

Browse files
authored
Update android.yml
build apk and upload.
1 parent d083620 commit efceadf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/android.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ jobs:
2828
- name: Build with Gradle
2929
run: ./gradlew build
3030

31+
- name: Build Debug APK
32+
run: ./gradlew assembleDebug
33+
34+
- name: Upload APK
35+
uses: actions/upload-artifact@v4
36+
with:
37+
name: app-debug
38+
path: "**/build/outputs/apk/debug/*.apk"
39+

0 commit comments

Comments
 (0)