Skip to content

Commit

Permalink
renamed keystore to match key.properties content
Browse files Browse the repository at this point in the history
  • Loading branch information
Benimautner committed Jul 21, 2024
1 parent 69305d1 commit 25bdbca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
GPG_PASS: ${{ secrets.GPG_PASS }}
run: |
cd android/app
keyFile=key.jks
keyFile=keystore.jks
gpg -d --passphrase "$GPG_PASS" --batch $keyFile.asc > $keyFile
- name: Decrypting key.properties file
env:
Expand Down
File renamed without changes.

0 comments on commit 25bdbca

Please sign in to comment.