Skip to content

Commit

Permalink
needs
Browse files Browse the repository at this point in the history
  • Loading branch information
nalchevanidze committed Oct 24, 2022
1 parent f17b665 commit e8bdd5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
body: ${{ github.event.pull_request.body }}

upload_artifact:
needs: publish_release
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -100,6 +101,7 @@ jobs:
asset_content_type: application/zip

test_artifact:
needs: [publish_release, upload_artifact]
strategy:
fail-fast: false
matrix:
Expand All @@ -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
Expand Down

0 comments on commit e8bdd5c

Please sign in to comment.