Skip to content

Commit 40e5ca0

Browse files
authored
Update android.yml
1 parent 113a397 commit 40e5ca0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ jobs:
2525
run: chmod +x gradlew
2626
- name: Build with Gradle
2727
run: ./gradlew build
28+
- name: Build debug apk
29+
run: ./gradlew assembleDebug
30+
- name: Rename debug apk
31+
run: mv app/build/outputs/apk/debug/app-debug.apk webgal-$GITHUB_RUN_NUMBER-debug.apk
32+
- name: Upload debug apk
33+
uses: actions/upload-artifact@v3
34+
with:
35+
name: webgal-$GITHUB_RUN_NUMBER-debug.apk
36+
path: webgal-$GITHUB_RUN_NUMBER-debug.apk

0 commit comments

Comments
 (0)