Browse Source

Update github.yml

George King 2 tháng trước cách đây
mục cha
commit
ee32a64428
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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