Commit 108022f 1 parent 1ec7410 commit 108022f Copy full SHA for 108022f
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- name : release cli multi architecture
1
+ name : release dgctl
2
2
on :
3
3
release :
4
4
branches :
29
29
uses : actions/checkout@v4
30
30
- name : Build
31
31
run : |
32
- env GOOS=${{matrix.os}} GOARCH=${{matrix.arch}} CGO_ENABLED=0 go build -o dgctl ./dgctl/main.go
32
+ env GOOS=${{matrix.os}} GOARCH=${{matrix.arch}} CGO_ENABLED=0 go build -o dgctl_bin ./dgctl/main.go
33
33
34
34
- name : Publish linux-x64 exec to github
35
35
id : upload-release-asset-linux-x64
38
38
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
39
with :
40
40
upload_url : ${{ github.event.release.upload_url }}
41
- asset_path : ' dgctl '
41
+ asset_path : ' dgctl_bin '
42
42
asset_name : dgctl-${{matrix.os}}-${{matrix.arch}}
43
43
asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments