Skip to content

Commit

Permalink
Change key.properties path
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Dec 14, 2023
1 parent 3174775 commit 8913405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:

- name: Create key.properties
run: |
echo keyPassword=\${{ secrets.KEY_PASSWORD }} > android/key.properties
echo storePassword=\${{ secrets.KEY_STORE_PASSWORD }} >> android/key.propertieS
echo keyAlias=\${{ secrets.KEY_ALIAS }} >> android/key.properties
echo keyPassword=\${{ secrets.KEY_PASSWORD }} > ./android/key.properties
echo storePassword=\${{ secrets.KEY_STORE_PASSWORD }} >> ./android/key.properties
echo keyAlias=\${{ secrets.KEY_ALIAS }} >> ./android/key.properties
- name: Load key
Expand Down

0 comments on commit 8913405

Please sign in to comment.