From e8bdd5c78bd506033cbf400498378bfee5680d0d Mon Sep 17 00:00:00 2001 From: David Nalchevanidze Date: Mon, 24 Oct 2022 23:21:55 +0200 Subject: [PATCH] needs --- .github/workflows/publish-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index ee3205a06..89de3f15f 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -54,6 +54,7 @@ jobs: body: ${{ github.event.pull_request.body }} upload_artifact: + needs: publish_release strategy: fail-fast: false matrix: @@ -100,6 +101,7 @@ jobs: asset_content_type: application/zip test_artifact: + needs: [publish_release, upload_artifact] strategy: fail-fast: false matrix: @@ -112,7 +114,6 @@ jobs: target: windows name: Test Binaries runs-on: ${{ matrix.os }} - needs: [publish_release, upload_artifact] steps: - uses: actions/checkout@v2 - name: Download and extract Artifact