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 903d3fe commit d9042bbCopy full SHA for d9042bb
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
release:
43
name: Publish the wget binary
44
runs-on: ubuntu-latest
45
- needs: build
+ needs: [build, build-aarch64]
46
if: startsWith(github.ref, 'refs/tags/v')
47
steps:
48
- name: Fetch the built binary
0 commit comments