diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 623f460..465896c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: run: | echo "${{ secrets.KEYSTORE_FILE_CONTENTS }}" | base64 -d > keystore.jks && \ cat < local.properties - storeFilePath=keystore.jks + storeFilePath=$PWD/keystore.jks storePassword=${{ secrets.RELEASE_STORE_PASSWORD }} keyAlias=${{ secrets.RELEASE_KEY_ALIAS }} keyPassword=${{ secrets.RELEASE_KEY_PASSWORD }}