File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ jobs:
301
301
- name : Set versionCode to git count
302
302
run : |
303
303
export versionCode=$(git rev-list --first-parent --count HEAD)
304
- sed -i -d "s/versionCode = 999 /versionCode = $versionCode/g" app/build.gradle.kts
304
+ sed -i -d "s/versionCode = 9999 /versionCode = $versionCode/g" app/build.gradle.kts
305
305
306
306
- name : Build release bundle
307
307
run : |
Original file line number Diff line number Diff line change @@ -24,7 +24,11 @@ platform :android do
24
24
desc "Deploy a new version to the Google Play"
25
25
lane :deploy do
26
26
upload_to_play_store (
27
- track : "alpha" ,
27
+ package_name : "photos.network" ,
28
+ aab_paths : [
29
+ "app/build/outputs/bundle/release/app-release.aab" ,
30
+ ] ,
31
+ track : "internal" ,
28
32
skip_upload_apk : true ,
29
33
skip_upload_aab : false ,
30
34
skip_upload_metadata : true ,
You can’t perform that action at this time.
0 commit comments