From b3f15e34a32edfbd4571d37d3f3e2c307af33371 Mon Sep 17 00:00:00 2001 From: Boris Kayi Date: Tue, 5 Sep 2023 15:48:40 +0200 Subject: [PATCH] ci-cd: minor error --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 622bba3..3604a51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - windows-artifact # for testing purposes workflow_dispatch: defaults: @@ -107,7 +108,8 @@ jobs: publish_release: runs-on: ubuntu-latest - needs: [build_macos_artifacts, build_linux_artifacts] + needs: + [build_macos_artifacts, build_linux_artifacts, build_windows_artifact] steps: - uses: actions/checkout@v3