mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fixed typo
This commit is contained in:
parent
54d1921b4b
commit
4ea3cc392b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_apk.yml
vendored
1
.github/workflows/build_apk.yml
vendored
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
gpg --decrypt --passphrase "${{secrets.KEY_STORE_PASSWORD}}" --batch release.keystore.asc > /key.jks
|
||||
- name: Create key.properties
|
||||
run: touch android/key.properties && echo "storePassword=<storePassword> keyPassword=<keyPassword> keyAlias=<keyAlias> storeFile=/key.jks" > android/key.properties
|
||||
- run: cat android/key.properties
|
||||
- run: flutter --version
|
||||
- run: flutter pub get
|
||||
- run: flutter build apk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue