File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8888 shell : bash
8989 run : ./gradlew iosX64Test
9090 - name : Check Android
91- if : matrix.os == 'macOS -latest'
91+ if : matrix.os == 'ubuntu -latest'
9292 uses : reactivecircus/android-emulator-runner@v2
9393 with :
9494 api-level : 27
9999 - name : Publish Linux
100100 if : matrix.os == 'ubuntu-latest'
101101 shell : bash
102- run : ./gradlew publishLinuxX64PublicationToMavenLocal :jni:jvm:linux:publishJvmPublicationToMavenLocal
102+ run : ./gradlew publishAndroidPublicationToMavenLocal publishLinuxX64PublicationToMavenLocal :jni:jvm:linux:publishJvmPublicationToMavenLocal
103103 - name : Publish Windows
104104 if : matrix.os == 'windows-latest'
105105 shell : msys2 {0}
Original file line number Diff line number Diff line change 9797 shell : bash
9898 run : ./gradlew iosX64Test
9999 - name : Check Android
100- if : matrix.os == 'macOS -latest'
100+ if : matrix.os == 'ubuntu -latest'
101101 uses : reactivecircus/android-emulator-runner@v2
102102 with :
103103 api-level : 27
@@ -108,7 +108,7 @@ jobs:
108108 - name : Publish Linux
109109 if : matrix.os == 'ubuntu-latest'
110110 shell : bash
111- run : ./gradlew publishLinuxX64PublicationToMavenLocal :jni:jvm:linux:publishJvmPublicationToMavenLocal -PsnapshotNumber=${{ github.run_number }} -PgitRef=${{ github.ref }}
111+ run : ./gradlew publishAndroidPublicationToMavenLocal publishLinuxX64PublicationToMavenLocal :jni:jvm:linux:publishJvmPublicationToMavenLocal -PsnapshotNumber=${{ github.run_number }} -PgitRef=${{ github.ref }}
112112 - name : Publish Windows
113113 if : matrix.os == 'windows-latest'
114114 shell : msys2 {0}
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 shell : bash
104104 run : ./gradlew iosX64Test
105105 - name : Check Android
106- if : matrix.os == 'macOS -latest'
106+ if : matrix.os == 'ubuntu -latest'
107107 uses : reactivecircus/android-emulator-runner@v2
108108 with :
109109 api-level : 27
You can’t perform that action at this time.
0 commit comments