File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 fail-fast : false
3737 matrix :
3838 os :
39- # - runner: macos-latest
40- # shell: bash
41- # - runner: windows-latest
42- # shell: msys2 {0}
39+ # - runner: macos-latest
40+ # shell: bash
41+ # - runner: windows-latest
42+ # shell: msys2 {0}
4343 - runner : ubuntu-latest
4444 shell : bash
4545 steps :
@@ -117,7 +117,7 @@ jobs:
117117 with :
118118 name : dokka
119119 path : |
120- **/ build/dokka
120+ build/dokka
121121
122122 release-Artefacts :
123123 name : Release to ${{ matrix.repository.name }} on ${{ matrix.os.runner }}
@@ -146,10 +146,10 @@ jobs:
146146 tasks : publishToSonatype closeSonatypeStagingRepository
147147 enabled : ${{ github.event.inputs.skipMavenCentral != 'y' }}
148148 os :
149- # - runner: macos-latest
150- # shell: bash
151- # - runner: windows-latest
152- # shell: msys2 {0}
149+ # - runner: macos-latest
150+ # shell: bash
151+ # - runner: windows-latest
152+ # shell: msys2 {0}
153153 - runner : ubuntu-latest
154154 shell : bash
155155 steps :
You can’t perform that action at this time.
0 commit comments