mirror of
https://github.com/stonega/tsacdop
synced 2025-01-05 19:47:56 +01:00
Update ci config.
This commit is contained in:
parent
a825d1d97c
commit
f2eb81de76
@ -18,11 +18,11 @@ jobs:
|
||||
- run: echo $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
|
||||
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
|
||||
- run: dart tool/env.dart
|
||||
- run:
|
||||
name: Build the Android version
|
||||
command: flutter build appbundle --obfuscate --split-debug-info=debug/
|
||||
- run:
|
||||
name: Build the Android apk
|
||||
command: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/
|
||||
- run:
|
||||
name: Build the Android version
|
||||
command: flutter build appbundle --obfuscate --split-debug-info=debug/
|
||||
- store_artifacts:
|
||||
path: build/app/outputs/
|
||||
|
Loading…
Reference in New Issue
Block a user