Skip to content

Commit 35d4cf3

Browse files
authored
Update android.yml
1 parent ef7c710 commit 35d4cf3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/android.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312

1413
steps:
@@ -23,4 +22,9 @@ jobs:
2322
- name: Grant execute permission for gradlew
2423
run: chmod +x gradlew
2524
- name: Build with Gradle
26-
run: ./gradlew build
25+
run: ./gradlew assembleRelease
26+
- name: Upload Release APK
27+
uses: actions/upload-artifact@v4
28+
with:
29+
name: release-apk
30+
path: app/build/outputs/apk/release/*.apk

0 commit comments

Comments
 (0)