浏览代码

Update github.yml

George King 2 月之前
父节点
当前提交
ee32a64428
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/github.yml

+ 3 - 3
.github/workflows/github.yml

@@ -59,7 +59,7 @@ jobs:
             os: windows-2025
             pack: 1
             upload: 0
-            pack_type: RelWithDebInfo
+            pack_type: Release
             extension: zip
             before_install: msvc.sh
             preset: windows-msvc-ninja-release
@@ -71,7 +71,7 @@ jobs:
             os: windows-2025
             pack: 1
             upload: 0
-            pack_type: RelWithDebInfo
+            pack_type: Release
             extension: zip
             before_install: msvc.sh
             preset: windows-msvc-ninja-release-x86
@@ -83,7 +83,7 @@ jobs:
             os: windows-11-arm
             pack: 1
             upload: 0
-            pack_type: RelWithDebInfo
+            pack_type: Release
             extension: zip
             before_install: msvc.sh
             preset: windows-msvc-ninja-release-arm64