mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 16:08:40 +00:00
fix path
This commit is contained in:
parent
93257dabaf
commit
8a1b7b063f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release_github.yml
vendored
4
.github/workflows/release_github.yml
vendored
|
|
@ -36,10 +36,10 @@ jobs:
|
||||||
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
||||||
echo "keyPassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
echo "keyPassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
||||||
echo "keyAlias=androidreleasekey" >> key.properties
|
echo "keyAlias=androidreleasekey" >> key.properties
|
||||||
echo "storeFile=./android/keystore.jks" >> ./android/key.properties
|
echo "storeFile=./android/app/android/keystore.jks" >> ./android/key.properties
|
||||||
|
|
||||||
- name: Create keystore file
|
- name: Create keystore file
|
||||||
run: base64 -d <<< $KEYSTORE_FILE > ./android/keystore.jks
|
run: base64 -d <<< $KEYSTORE_FILE > ./android/app/android/keystore.jks
|
||||||
|
|
||||||
- name: Build Android APK
|
- name: Build Android APK
|
||||||
run: flutter build apk --release --split-per-abi
|
run: flutter build apk --release --split-per-abi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue