We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b953a9 commit 314fe81Copy full SHA for 314fe81
.github/workflows/check.yaml
@@ -34,7 +34,7 @@ jobs:
34
java-version: '17'
35
36
- name: Build project
37
- run: ./gradlew assembleRelease lintRelease --stacktrace
+ run: ./gradlew assembleRelease --stacktrace
38
39
- name: Upload build outputs (APKs)
40
uses: actions/upload-artifact@v3
0 commit comments