summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-08-06 00:30:00 +0200
committerLywx <kiritodev01@gmail.com>2025-08-06 09:16:54 -0600
commit6367a23f29c4ce31517fe4415defa8d3939e0789 (patch)
tree1825d0d2df7a12e56c8de8d0c2695ad2982186bb /.github
parente118117ab8bdb12060acac0d197b262626db6cd2 (diff)
Update windows_build.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows_build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml
index 68b39ef..ba37a56 100644
--- a/.github/workflows/windows_build.yml
+++ b/.github/workflows/windows_build.yml
@@ -26,7 +26,7 @@ jobs:
arch: x64
- name: Build
run: |
- cmake -S . -B "build/x64" -G "${{ matrix.generate }}"" -T ${{ matrix.toolchain }} -DCMAKE_BUILD_TYPE:STRING=${{ matrix.config }}
+ cmake -S . -B "build/x64" -G "${{ matrix.generate }}" -T ${{ matrix.toolchain }} -DCMAKE_BUILD_TYPE:STRING=${{ matrix.config }}
cmake --build ./build/x64
- name: Publish packaged artifacts
if: ${{ matrix.config == 'Release' }}