We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db48f96 commit ce503f7Copy full SHA for ce503f7
.github/workflows/build-release.yml
@@ -35,12 +35,9 @@ jobs:
35
- name: Upload binaries as artifacts
36
uses: actions/upload-artifact@v3
37
with:
38
- name: binaries
+ name: ${{ matrix.goos }}-${{ matrix.goarch }}/weave
39
path: |
40
- build/darwin-amd64/weave
41
- build/darwin-arm64/weave
42
- build/linux-amd64/weave
43
- build/linux-arm64/weave
+ build/${{ matrix.goos }}-${{ matrix.goarch }}/weave
44
45
upload-to-weave-binaries:
46
name: Upload to weave-binaries release
0 commit comments