Skip to content

Commit

Permalink
Merge pull request #27 from arafaysaleem/hotfix/fix-release-CI
Browse files Browse the repository at this point in the history
ci(Actions): fix path of keystore file
  • Loading branch information
arafaysaleem authored Jun 8, 2021
2 parents c310a8e + d6a41fc commit aec9b54
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 aec9b54

Please sign in to comment.