Skip to content

Commit e9f10ae

Browse files
authored
Update ci.yml
1 parent 72e0da5 commit e9f10ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
distribution: "temurin"
5555
cache: 'gradle'
5656

57-
- name: Build debug APK and run jvm tests
58-
run: ./gradlew assembleDebug lintDebug testDebugUnitTest --stacktrace -DskipFormatKtlint
57+
- name: Build APK
58+
run: ./gradlew assembleRelease lintRelease testReleaseUnitTest
5959

6060
- name: Upload APK
6161
uses: actions/upload-artifact@v6
6262
with:
6363
name: app
64-
path: app/build/outputs/apk/debug/*.apk
64+
path: app/build/outputs/apk/release/*.apk
6565

6666
test-android:
6767
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)