Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cf6495

Browse files
committed
Update win_cmake_build.yml
1 parent 544865b commit 3cf6495

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/win_cmake_build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,12 @@ jobs:
6262
6363
# - name: TODO, BuildExe SM simple hyrid example
6464

65-
- name: Release Build for Upload
65+
- name: CPack Release
6666
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_MSVC_DEV_ALL}}
6767
run: |
68-
cmake --build . --parallel 2 --config Release
6968
cpack -C Release -G ZIP
7069
71-
- name: Upload BuildExe
70+
- name: Upload CPack
7271
uses: actions/upload-artifact@v2
7372
with:
7473
name: "BuildExe_Win"

0 commit comments

Comments
 (0)