Skip to content

Commit 7610ca3

Browse files
committed
Add dependent jobs to package step
1 parent d299516 commit 7610ca3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ jobs:
161161
# Craft requires one artifact named after the long commit sha of the release
162162
name: Package assets for Craft
163163
runs-on: ubuntu-latest
164+
needs: [build_for_pypi, build_assets, build_linux_assets]
164165
steps:
165166
- name: Download artifacts
166167
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0

0 commit comments

Comments
 (0)