File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 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
35
+
36
+ - name : Upload package
37
+
38
+ with :
39
+ name : cstest-linux.tar.gz
40
+ path : cstest.tar.gz
41
+
32
42
windows-build :
33
43
name : Windows build
34
44
runs-on : windows-latest
51
61
- name : Running the tests
52
62
run : cstest.exe -help
53
63
64
+ - name : Create package
65
+ run : |
66
+ 7z.exe a -tzip -r cstest.zip cstest.exe
67
+
68
+ - name : Upload package
69
+
70
+ with :
71
+ name : cstest-windows.zip
72
+ path : cstest.zip
73
+
54
74
macOS-build :
55
75
name : MacOS build
56
76
runs-on : macOS-latest
77
97
78
98
- name : Running the tests
79
99
run : ./cstest -help
100
+
101
+ - name : Create package
102
+ run : |
103
+ tar cvzf cstest.tar.gz cstest
104
+
105
+ - name : Upload package
106
+
107
+ with :
108
+ name : cstest-macOS.tar.gz
109
+ path : cstest.tar.gz
You can’t perform that action at this time.
0 commit comments