Skip to content

Commit 8a90700

Browse files
committed
build: set absolute path for key path
1 parent 03d8f38 commit 8a90700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "${{ secrets.KEYSTORE_FILE_CONTENTS }}" | base64 -d > keystore.jks && \
2222
cat <<EOL > local.properties
23-
storeFilePath=keystore.jks
23+
storeFilePath=$PWD/keystore.jks
2424
storePassword=${{ secrets.RELEASE_STORE_PASSWORD }}
2525
keyAlias=${{ secrets.RELEASE_KEY_ALIAS }}
2626
keyPassword=${{ secrets.RELEASE_KEY_PASSWORD }}

0 commit comments

Comments
 (0)