Skip to content

Commit b395c17

Browse files
committed
Wait for build_arm_runner with releasing artifacts
1 parent 330af29 commit b395c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
name: Release
211211
runs-on: ubuntu-latest
212212
# Only upload release if all builds, on all runners, succeeded.
213-
needs: [build_docker, build_runner_native]
213+
needs: [build_docker, build_runner_native, build_arm_runner]
214214
steps:
215215
- name: Download packaged releases
216216
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)