Commit f3d76dd 1 parent fd44023 commit f3d76dd Copy full SHA for f3d76dd
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
- name : Checkout Repo
63
63
uses : actions/checkout@v3
64
64
- name : install flutter distributor
65
- run : dart pub global activate flutter_distributor
65
+ run : dart pub global activate --source git https://github.com/bixat/ flutter_distributor.git
66
66
67
67
- name : Configure Keystore
68
68
run : |
72
72
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
73
73
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> key.properties
74
74
echo "$PLAY_STORE_CONFIG_JSON" >> app/playstore_cer.json
75
- export PLAYSTORE_CREDENTIALS="android/app/playstore_cer.json"
76
75
env :
77
76
PLAY_STORE_UPLOAD_KEY : ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
78
77
KEYSTORE_KEY_ALIAS : ${{ secrets.KEYSTORE_KEY_ALIAS }}
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ releases:
12
12
publish :
13
13
target : playstore
14
14
args :
15
- package-name : com.flutter.cicd
15
+ package-name : com.flutter.cicd
16
+ track : alpha
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
16
16
# Read more about iOS versioning at
17
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
18
19
- version : 2.8.0+26
19
+ version : 2.8.0+27
20
20
21
21
environment :
22
22
sdk : " >=2.17.6 <3.0.0"
You can’t perform that action at this time.
0 commit comments