File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -62,16 +62,22 @@ jobs:
62
62
63
63
# - name: TODO, BuildExe SM simple hyrid example
64
64
65
+ - name : Release Build for Upload
66
+ working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
67
+ run : |
68
+ cmake --build . --parallel 2 --config Release
69
+ cpack -C Release -G ZIP
70
+
65
71
- name : Upload BuildExe
66
72
uses : actions/upload-artifact@v2
67
73
with :
68
74
name : " BuildExe_Win"
69
- path : ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}/buildexe/Release/buildexe.exe
75
+ path : ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}/BuildCC-0.1.1-win64.zip
70
76
71
77
- name : Install
72
78
working-directory : ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
73
79
run : |
74
- cmake --install .
80
+ cmake --install . --config Release
75
81
76
82
- name : AfterInstall Example
77
83
working-directory : ${{github.workspace}}/example/gcc/AfterInstall
You can’t perform that action at this time.
0 commit comments