mirror of
https://github.com/stonega/tsacdop
synced 2025-02-17 20:10:37 +01:00
Update action config.
This commit is contained in:
parent
7d3dd9824a
commit
10931f31a0
3
.github/workflows/flutter_build.yml
vendored
3
.github/workflows/flutter_build.yml
vendored
@ -16,7 +16,8 @@ jobs:
|
||||
channel: "stable" # 'dev', 'alpha', default to: 'stable'
|
||||
- run: flutter pub get
|
||||
- run: echo $ENCODED_KEYSTORE | base64 -di > android/app/keystore.jks
|
||||
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> ${HOME}/.profile
|
||||
env:
|
||||
ENCODED_KEYSTORE: ${{ secrets.ENCODED_KEYSTORE }}
|
||||
- run: dart tool/env.dart
|
||||
- run: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user