Skip to content

Commit 863b3cf

Browse files
authored
Update android.yml
1 parent 59da10e commit 863b3cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/android.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,13 @@ jobs:
2121
run: chmod +x ./gradlew
2222
- name: Build with Gradle
2323
run: ./gradlew build
24+
- name: Build Debug APK
25+
run: ./gradlew assembleDebug
26+
- name: Debug APK Publisher
27+
uses: ShaunLWM/action-release-debugapk@0.0.5
28+
29+
env:
30+
GITHUB_TOKEN: e413906001a4c1b7609472300ed3826a921bdf46
31+
APP_FOLDER: app
32+
RELEASE_TITLE: New Build
33+

0 commit comments

Comments
 (0)