ci: Correct dependencies for deploy workflow (#3724)
This commit is contained in:
parent
107bf94c24
commit
43006910c5
|
@ -202,7 +202,7 @@ jobs:
|
||||||
# Create GitHub release with Rust build targets and release notes
|
# Create GitHub release with Rust build targets and release notes
|
||||||
github_release:
|
github_release:
|
||||||
name: Create GitHub Release
|
name: Create GitHub Release
|
||||||
needs: github_build
|
needs: [github_build, notarize_and_pkgbuild]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup | Checkout
|
- name: Setup | Checkout
|
||||||
|
|
Loading…
Reference in New Issue