Skip to content

Commit

Permalink
build: set absolute path for key path
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Sep 30, 2023
1 parent 03d8f38 commit 8a90700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
echo "${{ secrets.KEYSTORE_FILE_CONTENTS }}" | base64 -d > keystore.jks && \
cat <<EOL > local.properties
storeFilePath=keystore.jks
storeFilePath=$PWD/keystore.jks
storePassword=${{ secrets.RELEASE_STORE_PASSWORD }}
keyAlias=${{ secrets.RELEASE_KEY_ALIAS }}
keyPassword=${{ secrets.RELEASE_KEY_PASSWORD }}
Expand Down

0 comments on commit 8a90700

Please sign in to comment.