File tree 1 file changed +21
-15
lines changed
1 file changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,17 @@ jobs:
29
29
- name : Running the tests
30
30
run : ./cstest -help
31
31
32
- - name : Create package
33
- run : |
34
- tar cvzf cstest.tar.gz cstest
32
+ # - name: Create package
33
+ # run: |
34
+ # tar cvzf cstest.tar.gz cstest
35
35
36
36
- name : Upload package
37
37
38
38
with :
39
- name : cstest-linux.tar.gz
40
- path : cstest.tar.gz
39
+ # name: cstest-linux.tar.gz
40
+ # path: cstest.tar.gz
41
+ name : cstest-linux
42
+ path : cstest
41
43
42
44
windows-build :
43
45
name : Windows build
@@ -61,15 +63,17 @@ jobs:
61
63
- name : Running the tests
62
64
run : cstest.exe -help
63
65
64
- - name : Create package
65
- run : |
66
- 7z.exe a -tzip -r cstest.zip cstest.exe
66
+ # - name: Create package
67
+ # run: |
68
+ # 7z.exe a -tzip -r cstest.zip cstest.exe
67
69
68
70
- name : Upload package
69
71
70
72
with :
71
- name : cstest-windows.zip
72
- path : cstest.zip
73
+ # name: cstest-windows.zip
74
+ # path: cstest.zip
75
+ name : cstest-windows
76
+ path : cstest.exe
73
77
74
78
macOS-build :
75
79
name : MacOS build
@@ -98,12 +102,14 @@ jobs:
98
102
- name : Running the tests
99
103
run : ./cstest -help
100
104
101
- - name : Create package
102
- run : |
103
- tar cvzf cstest.tar.gz cstest
105
+ # - name: Create package
106
+ # run: |
107
+ # tar cvzf cstest.tar.gz cstest
104
108
105
109
- name : Upload package
106
110
107
111
with :
108
- name : cstest-macOS.tar.gz
109
- path : cstest.tar.gz
112
+ # name: cstest-macOS.tar.gz
113
+ # path: cstest.tar.gz
114
+ name : cstest-macOS
115
+ path : cstest
You can’t perform that action at this time.
0 commit comments