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