Skip to content

Commit

Permalink
ci-cd: minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhairs committed Sep 5, 2023
1 parent 1ebd02f commit b3f15e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- windows-artifact # for testing purposes
workflow_dispatch:

defaults:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b3f15e3

Please sign in to comment.