Skip to content

Commit 1b7e2ac

Browse files
committed
gh ations speed-up
1 parent b91db2b commit 1b7e2ac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)