File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
36
36
- name : Install curl
37
37
run : sudo apt-get install -y curl libcurl4-openssl-dev
38
38
- name : Verify Android
39
- run : gradle testDebugUnitTest
39
+ run : ./gradlew testDebugUnitTest
40
40
- name : Verify JVM/JS
41
- run : gradle jvmTest
41
+ run : ./gradlew jvmTest
42
42
- name : Publish JVM/Linux/Android
43
- run : gradle publishKotlinMultiplatformPublicationToNexusRepository publishJvmPublicationToNexusRepository publishAndroidPublicationToNexusRepository publishLinuxX64PublicationToNexusRepository publishJsPublicationToNexusRepository
43
+ run : ./gradlew publishKotlinMultiplatformPublicationToNexusRepository publishJvmPublicationToNexusRepository publishAndroidPublicationToNexusRepository publishLinuxX64PublicationToNexusRepository publishJsPublicationToNexusRepository
44
44
- name : Archive test results
45
45
uses : actions/upload-artifact@v2
46
46
with :
60
60
distribution : ' adopt'
61
61
java-version : ' 11'
62
62
- name : Publish macOS/iOS
63
- run : gradle publishMacosX64PublicationToNexusRepository publishIosX64PublicationToNexusRepository publishIosArm64PublicationToNexusRepository
63
+ run : ./gradlew publishMacosX64PublicationToNexusRepository publishIosX64PublicationToNexusRepository publishIosArm64PublicationToNexusRepository
64
64
release_windows :
65
65
runs-on : windows-latest
66
66
environment : release
75
75
java-version : ' 11'
76
76
- run : choco install curl
77
77
- name : Publish windows
78
- run : gradle publishMingwX64PublicationToNexusRepository
78
+ run : ./gradlew publishMingwX64PublicationToNexusRepository
79
79
release_docs :
80
80
runs-on : ubuntu-latest
81
81
environment : release
88
88
distribution : ' adopt'
89
89
java-version : ' 11'
90
90
- name : Build docs
91
- run : gradle dokkaHtml
91
+ run : ./gradlew dokkaHtml
92
92
- name : Push docs to docs repo
93
93
uses : cpina/github-action-push-to-another-repository@main
94
94
env :
You can’t perform that action at this time.
0 commit comments