mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 10:38:41 +00:00
fix path
This commit is contained in:
parent
8a1b7b063f
commit
65fe072db7
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release_github.yml
vendored
4
.github/workflows/release_github.yml
vendored
|
|
@ -39,7 +39,9 @@ jobs:
|
||||||
echo "storeFile=./android/app/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/app/android/keystore.jks
|
env:
|
||||||
|
KEYSTORE_FILE: ${{ secrets.KEYSTORE_FILE }}
|
||||||
|
run: echo $KEYSTORE_FILE | base64 --decode > ./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