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 39
39
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
40
40
with :
41
41
upload_url : ${{ steps.create_release.outputs.upload_url }}
42
- asset_path : ./git-project.linux.64bit
42
+ asset_path : ./cmd/git-project/ git-project.linux.64bit
43
43
asset_name : git-project.linux.64bit
44
44
asset_content_type : application/x-binary
45
45
- name : Upload mac binary
49
49
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
50
with :
51
51
upload_url : ${{ steps.create_release.outputs.upload_url }}
52
- asset_path : ./git-project.mac.64bit
52
+ asset_path : ./cmd/git-project/ git-project.mac.64bit
53
53
asset_name : git-project.mac.64bit
54
54
asset_content_type : application/x-binary
55
55
- name : Upload windows binary
59
59
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
60
with :
61
61
upload_url : ${{ steps.create_release.outputs.upload_url }}
62
- asset_path : ./git-project.windows.64bit
62
+ asset_path : ./cmd/git-project/ git-project.windows.64bit
63
63
asset_name : git-project.windows.64bit
64
64
asset_content_type : application/x-binary
65
65
You can’t perform that action at this time.
0 commit comments