We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47286a4 commit d0ec967Copy full SHA for d0ec967
.github/workflows/build-release.yml
@@ -36,6 +36,6 @@ jobs:
36
uses: actions/upload-release-asset@v1
37
with:
38
upload_url: ${{ github.event.release.upload_url }}
39
- asset_path: build/${{ matrix.goos }}-${{ matrix.goarch }}/weave
+ asset_path: build/weave-${{ matrix.goos }}-${{ matrix.goarch }}
40
asset_name: weave-${{ matrix.goos }}-${{ matrix.goarch }}
41
asset_content_type: application/octet-stream
0 commit comments