File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ jobs:
25
25
- name : Upload Linux binaries to release
26
26
uses : JasonEtco/upload-to-release@master
27
27
with :
28
- args : ' cwc-linux application/x-executable'
28
+ args : ' dist/ cwc-linux application/x-executable'
29
29
- name : Upload macOS Intel binaries to release
30
30
uses : JasonEtco/upload-to-release@master
31
31
with :
32
- args : ' cwc-apple-intel application/x-mach-binary'
32
+ args : ' dist/ cwc-apple-intel application/x-mach-binary'
33
33
- name : Upload macOS ARM binaries to release
34
34
uses : JasonEtco/upload-to-release@master
35
35
with :
36
36
args : ' cwc-apple-arm application/x-mach-binary'
37
37
- name : Upload Windows binaries to release
38
38
uses : JasonEtco/upload-to-release@master
39
39
with :
40
- args : ' cwc-windows.exe application/vnd.microsoft.portable-executable'
40
+ args : ' dist/ cwc-windows.exe application/vnd.microsoft.portable-executable'
Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
cov_profile /
3
3
* .lcov
4
+ dist /** /*
5
+ ! dist /.gitkeep
You can’t perform that action at this time.
0 commit comments