Skip to content

Commit

Permalink
ci: add missing need
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkornitzer committed Oct 27, 2024
1 parent 0797b0f commit 270e4f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build-complete:
needs: [build-linux, build-win, build-mac, build-mac-arm]
needs:
- build-linux
- build-linux-arm
- build-win
- build-mac
- build-mac-arm
runs-on: ubuntu-latest
steps:
- name: Create artifacts directory
Expand Down

0 comments on commit 270e4f4

Please sign in to comment.