diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac19ecb..c0d3b07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: run: | echo RELEASE_KEYSTORE_BASE64 > release.txt - base64 -d release.txt > secrets/release.jks + base64 -d release.txt > release.jks # Build and deploy - https://github.com/gradle/gradle-build-action - name: Build and Publish App on Google Play