mirror of
https://github.com/stonega/tsacdop
synced 2025-02-09 08:08:46 +01:00
modified: .circleci/config.yml
This commit is contained in:
parent
49186c7ffa
commit
b1a686987d
@ -21,5 +21,8 @@ jobs:
|
||||
- run:
|
||||
name: Build the Android version
|
||||
command: flutter build appbundle --no-shrink
|
||||
- run:
|
||||
name: Build the Android apk
|
||||
command: flutter build apk --split-per-abi --no-shrink
|
||||
- store_artifacts:
|
||||
path: build/app/outputs/
|
@ -56,7 +56,7 @@ android {
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
storeFile file("keystore.jks")
|
||||
storeFile file(System.getenv("KEYSTORE") ?:"keystore.jks")
|
||||
storePassword System.getenv("KEYSTORE_PASSWORD")
|
||||
keyAlias System.getenv("KEY_ALIAS")
|
||||
keyPassword System.getenv("KEY_PASSWORD")
|
||||
|
Loading…
x
Reference in New Issue
Block a user