Skip to content

Commit ccbc595

Browse files
committed
Use release build for Windows test
1 parent c6c2ba3 commit ccbc595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ jobs:
131131
cache-key: windows-latest
132132
github-binarycache: true
133133
- name: build-test
134-
run: python3 build.py --clang_cl --enable_unit_test --enable_integration_test --vcpkg_root=${{ github.workspace }}/vcpkg --triplet=x64-windows-static-md --build_root=./build --build_type Debug
134+
run: python3 build.py --clang_cl --enable_unit_test --enable_integration_test --vcpkg_root=${{ github.workspace }}/vcpkg --triplet=x64-windows-static-md --build_root=./build --build_type Release
135135
- name: upload
136136
uses: actions/upload-artifact@v4
137137
with:
138-
path: build/Debug/securefs.exe
138+
path: build/Release/securefs.exe
139139
name: securefs-windows-amd64

0 commit comments

Comments
 (0)