Skip to content

Commit d0ec967

Browse files
committed
fix: asset_path
1 parent 47286a4 commit d0ec967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
uses: actions/upload-release-asset@v1
3737
with:
3838
upload_url: ${{ github.event.release.upload_url }}
39-
asset_path: build/${{ matrix.goos }}-${{ matrix.goarch }}/weave
39+
asset_path: build/weave-${{ matrix.goos }}-${{ matrix.goarch }}
4040
asset_name: weave-${{ matrix.goos }}-${{ matrix.goarch }}
4141
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)