Skip to content

Commit

Permalink
ci(Actions): fix path of keystore file
Browse files Browse the repository at this point in the history
Signed-off-by: arafaysaleem <[email protected]>
  • Loading branch information
arafaysaleem committed Jun 8, 2021
1 parent 350ddd5 commit d6a41fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-merge-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
gpg -d --passphrase "$KEYSTORE_PASSPHRASE" --batch "$KEYSTORE_FILENAME.asc" > "./android/$KEYSTORE_FILENAME"
- name: Generate key properties
run: |
echo "storeFile=$KEYSTORE_FILENAME" > ./android/key.properties
echo "storeFile=../$KEYSTORE_FILENAME" > ./android/key.properties
echo "storePassword=$KEYSTORE_PASSPHRASE" >> ./android/key.properties
echo "keyPassword=$KEYSTORE_PASSPHRASE" >> ./android/key.properties
echo "keyAlias=$KEY_ALIAS" >> ./android/key.properties
Expand Down

0 comments on commit d6a41fc

Please sign in to comment.