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 7bfac48 commit 54ff452Copy full SHA for 54ff452
1 file changed
.github/workflows/build_and_create_release.yml
@@ -56,7 +56,7 @@ jobs:
56
cat "__changelog_file__" >> "$GITHUB_STEP_SUMMARY"
57
58
- name: Build release APK
59
- run: ./gradlew assembleRelease
+ run: ./gradlew assembleRelease --stacktrace
60
61
- name: Move APK to folder for upload
62
env:
0 commit comments