mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:28:41 +00:00
clone sub-repos
This commit is contained in:
parent
5128b4b768
commit
d6242c9d08
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release_github.yml
vendored
5
.github/workflows/release_github.yml
vendored
|
|
@ -28,10 +28,13 @@ jobs:
|
|||
flutter analyze
|
||||
flutter test
|
||||
|
||||
- name: Cloning sub-repos
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Create key.properties file
|
||||
run: |
|
||||
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
||||
echo "keyPassword=${{ secrets.ALIAS_PASSWORD }}" >> ./android/key.properties
|
||||
echo "keyPassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
||||
echo "keyAlias=androidreleasekey" >> key.properties
|
||||
echo "storeFile=./android/keystore.jks" >> ./android/key.properties
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue