Commit 47286a4 1 parent d8b793c commit 47286a4 Copy full SHA for 47286a4
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,14 @@ jobs:
28
28
run : |
29
29
mkdir -p build
30
30
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o build/weave-${{ matrix.goos }}-${{ matrix.goarch }}
31
- shell : bash
32
31
33
- - name : List built files (for debugging)
32
+ - name : List files in build directory
34
33
run : ls -l build/
35
- shell : bash
36
34
37
35
- name : Upload binaries to GitHub release
38
36
uses : actions/upload-release-asset@v1
39
37
with :
40
38
upload_url : ${{ github.event.release.upload_url }}
41
- asset_path : build/weave- ${{ matrix.goos }}-${{ matrix.goarch }}
39
+ asset_path : build/${{ matrix.goos }}-${{ matrix.goarch }}/weave
42
40
asset_name : weave-${{ matrix.goos }}-${{ matrix.goarch }}
43
- asset_content_type : application/octet-stream
41
+ asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments