Skip to content

Commit ebf9c73

Browse files
committed
fix: not upload binary
1 parent d0ec967 commit ebf9c73

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-release.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: List files in build directory
3333
run: ls -l build/
3434

35-
- name: Upload binaries to GitHub release
36-
uses: actions/upload-release-asset@v1
37-
with:
38-
upload_url: ${{ github.event.release.upload_url }}
39-
asset_path: build/weave-${{ matrix.goos }}-${{ matrix.goarch }}
40-
asset_name: weave-${{ matrix.goos }}-${{ matrix.goarch }}
41-
asset_content_type: application/octet-stream
35+
# - name: Upload binaries to GitHub release
36+
# uses: actions/upload-release-asset@v1
37+
# with:
38+
# upload_url: ${{ github.event.release.upload_url }}
39+
# 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

Comments
 (0)