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 b380f38 commit fd16f13Copy full SHA for fd16f13
.github/workflows/build.yml
@@ -92,9 +92,7 @@ jobs:
92
93
- name: Build release APK
94
if: ${{ !github.event.pull_request.head.repo.fork }}
95
- run: |
96
- cd app
97
- ./gradlew assembleRelease
+ run: ./gradlew assembleRelease
98
env:
99
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
100
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
0 commit comments