mirror of
https://github.com/stonega/tsacdop
synced 2025-01-08 13:31:19 +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 $ENCODED_KEYSTORE | base64 -di > ${HOME}/keystore.jks
|
||||||
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
|
- run: echo 'export KEYSTORE=${HOME}/keystore.jks' >> $BASH_ENV
|
||||||
- run: dart tool/env.dart
|
- run: dart tool/env.dart
|
||||||
- run:
|
|
||||||
name: Build the Android version
|
|
||||||
command: flutter build appbundle --obfuscate --split-debug-info=debug/
|
|
||||||
- run:
|
- run:
|
||||||
name: Build the Android apk
|
name: Build the Android apk
|
||||||
command: flutter build apk --split-per-abi --obfuscate --split-debug-info=debug/
|
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:
|
- store_artifacts:
|
||||||
path: build/app/outputs/
|
path: build/app/outputs/
|
||||||
|
Loading…
Reference in New Issue
Block a user