Skip to content

Commit d9042bb

Browse files
authored
Fix publish needs
1 parent 903d3fe commit d9042bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
release:
4343
name: Publish the wget binary
4444
runs-on: ubuntu-latest
45-
needs: build
45+
needs: [build, build-aarch64]
4646
if: startsWith(github.ref, 'refs/tags/v')
4747
steps:
4848
- name: Fetch the built binary

0 commit comments

Comments
 (0)