We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09220c3 commit 7ee70e9Copy full SHA for 7ee70e9
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: gradle/gradle-build-action@v3
26
27
- name: Decode Keystore
28
- run: echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > release.keystore
+ run: echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > app/release.keystore
29
30
- name: Setup Gradle Signing Config
31
run: |
0 commit comments