Commit ebf9c73 1 parent d0ec967 commit ebf9c73 Copy full SHA for ebf9c73
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
- name : List files in build directory
33
33
run : ls -l build/
34
34
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
You can’t perform that action at this time.
0 commit comments