Skip to content

Commit 7ee70e9

Browse files
committed
fix: resolve keystore path from project root
1 parent 09220c3 commit 7ee70e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: gradle/gradle-build-action@v3
2626

2727
- name: Decode Keystore
28-
run: echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > release.keystore
28+
run: echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > app/release.keystore
2929

3030
- name: Setup Gradle Signing Config
3131
run: |

0 commit comments

Comments
 (0)