We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d299516 commit 7610ca3Copy full SHA for 7610ca3
1 file changed
.github/workflows/build.yml
@@ -161,6 +161,7 @@ jobs:
161
# Craft requires one artifact named after the long commit sha of the release
162
name: Package assets for Craft
163
runs-on: ubuntu-latest
164
+ needs: [build_for_pypi, build_assets, build_linux_assets]
165
steps:
166
- name: Download artifacts
167
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
0 commit comments