Skip to content

Commit e2c0e8a

Browse files
committed
Upload Debug APK
1 parent e528be8 commit e2c0e8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/android.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ jobs:
2424
run: chmod +x gradlew
2525
- name: Build with Gradle
2626
run: ./gradlew build
27+
- name: Build Debug APK
28+
run: ./gradlew assembleDebug
29+
30+
- name: Upload Debug APK
31+
uses: actions/upload-artifact@v6
32+
with:
33+
name: apk
34+
path: app/build/outputs/apk/debug/*.apk

0 commit comments

Comments
 (0)