We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e0da5 commit e9f10aeCopy full SHA for e9f10ae
1 file changed
.github/workflows/ci.yml
@@ -54,14 +54,14 @@ jobs:
54
distribution: "temurin"
55
cache: 'gradle'
56
57
- - name: Build debug APK and run jvm tests
58
- run: ./gradlew assembleDebug lintDebug testDebugUnitTest --stacktrace -DskipFormatKtlint
+ - name: Build APK
+ run: ./gradlew assembleRelease lintRelease testReleaseUnitTest
59
60
- name: Upload APK
61
uses: actions/upload-artifact@v6
62
with:
63
name: app
64
- path: app/build/outputs/apk/debug/*.apk
+ path: app/build/outputs/apk/release/*.apk
65
66
test-android:
67
runs-on: ubuntu-latest
0 commit comments