Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 6bde1d9

Browse files
committed
ci: Fix the release workflow
1 parent 6c9518f commit 6bde1d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ jobs:
197197
name: Release
198198
if: startsWith(github.ref, 'refs/tags/')
199199
runs-on: ubuntu-latest
200+
needs:
201+
- build-linux
202+
- build-macos
200203
steps:
201204
- name: Download the artifacts from the previous job
202205
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)