summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Song <chips@ksong.dev>2022-03-09 15:07:36 -0600
committerGitHub <noreply@github.com>2022-03-09 16:07:36 -0500
commit43006910c5a258b4401e2c8663bf5169b8e3e610 (patch)
tree59dfb769924b6db4680de352a3bd8cdc0bb09d57
parent107bf94c24992554d75274b00fdd9f516ca54b57 (diff)
ci: Correct dependencies for deploy workflow (#3724)v1.4.1
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 9ed8e737b..a2f87ba44 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -202,7 +202,7 @@ jobs:
# Create GitHub release with Rust build targets and release notes
github_release:
name: Create GitHub Release
- needs: github_build
+ needs: [github_build, notarize_and_pkgbuild]
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout