From 1b7e2ac5554fb0297319911ed69c48e11efc1da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Petu=C5=A1ka?= Date: Wed, 27 Apr 2022 11:42:21 +0100 Subject: [PATCH] gh ations speed-up --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 401b5323..97af0010 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,10 +36,10 @@ jobs: fail-fast: false matrix: os: -# - runner: macos-latest -# shell: bash -# - runner: windows-latest -# shell: msys2 {0} + # - runner: macos-latest + # shell: bash + # - runner: windows-latest + # shell: msys2 {0} - runner: ubuntu-latest shell: bash steps: @@ -117,7 +117,7 @@ jobs: with: name: dokka path: | - **/build/dokka + build/dokka release-Artefacts: name: Release to ${{ matrix.repository.name }} on ${{ matrix.os.runner }} @@ -146,10 +146,10 @@ jobs: tasks: publishToSonatype closeSonatypeStagingRepository enabled: ${{ github.event.inputs.skipMavenCentral != 'y' }} os: -# - runner: macos-latest -# shell: bash -# - runner: windows-latest -# shell: msys2 {0} + # - runner: macos-latest + # shell: bash + # - runner: windows-latest + # shell: msys2 {0} - runner: ubuntu-latest shell: bash steps: