We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c2ba3 commit ccbc595Copy full SHA for ccbc595
.github/workflows/ccpp.yml
@@ -131,9 +131,9 @@ jobs:
131
cache-key: windows-latest
132
github-binarycache: true
133
- 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
+ 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
135
- name: upload
136
uses: actions/upload-artifact@v4
137
with:
138
- path: build/Debug/securefs.exe
+ path: build/Release/securefs.exe
139
name: securefs-windows-amd64
0 commit comments