Skip to content

Commit 5be70df

Browse files
authored
Merge pull request #8 from mx1up/fix_release_build_dep
depend on local build job
2 parents f6a5d0a + 5949f77 commit 5be70df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
release:
1313
runs-on: ubuntu-latest
14-
needs: [build-windows, build-linux, build-macos]
14+
needs: build
1515
steps:
1616
- uses: actions/checkout@v3
1717

0 commit comments

Comments
 (0)