File tree Expand file tree Collapse file tree 4 files changed +25
-35
lines changed
Expand file tree Collapse file tree 4 files changed +25
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: Generate Android Snapshots
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66 pull_request :
7- branches : [ main ]
8- paths : [ android/** ]
7+ branches : [main]
8+ paths : [android/**]
99
1010jobs :
1111 emerge :
2222 - name : Set up JDK 17
2323 uses : actions/setup-java@v4
2424 with :
25- java-version : ' 17'
26- distribution : ' adopt'
25+ java-version : " 17"
26+ distribution : " adopt"
27+ - name : Setup Gradle build action
28+ uses : actions/setup-gradle@v4
2729 - name : Emerge snapshots
2830 run : ./gradlew :app:emergeUploadSnapshotBundleDebug
2931 env :
4648 - name : Set up JDK 17
4749 uses : actions/setup-java@v4
4850 with :
49- java-version : ' 17'
50- distribution : ' adopt'
51+ java-version : " 17"
52+ distribution : " adopt"
53+
54+ - name : Setup Gradle build action
55+ uses : actions/setup-gradle@v4
5156
5257 - name : Ruby setup
5358 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: Emerge Android Size & Distribution
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66 pull_request :
7- branches : [ main ]
8- paths : [ android/** ]
7+ branches : [main]
8+ paths : [android/**]
99
1010jobs :
1111 build :
2020 - name : Set up JDK 17
2121 uses : actions/setup-java@v4
2222 with :
23- java-version : ' 17'
24- distribution : ' adopt'
23+ java-version : " 17"
24+ distribution : " adopt"
25+ - name : Setup Gradle build action
26+ uses : actions/setup-gradle@v4
2527 - name : Emerge analysis
2628 run : ./gradlew :app:emergeUploadReleaseAab
2729 env :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Android Release Build
22
33on :
44 release :
5- types : [ published ]
5+ types : [published]
66
77jobs :
88 build :
1919 - name : Set up JDK
2020 uses : actions/setup-java@v4
2121 with :
22- java-version : ' 17'
23- distribution : ' adopt'
22+ java-version : " 17"
23+ distribution : " adopt"
24+
25+ - name : Setup Gradle build action
26+ uses : actions/setup-gradle@v4
2427
2528 - name : Install Bundletool
2629 run : |
You can’t perform that action at this time.
0 commit comments