From 60225bc5a741c730e463187bf30340955f091cf1 Mon Sep 17 00:00:00 2001 From: WentsingNee <8090395+wentsingnee@user.noreply.gitee.com> Date: Sun, 1 Sep 2024 20:47:17 +0800 Subject: [PATCH] =?UTF-8?q?[ci]=20=E5=8F=96=E6=B6=88=E4=BD=BF=E7=94=A8=20c?= =?UTF-8?q?pack=20=E5=B7=A5=E5=85=B7=E6=89=93=E5=8C=85=20NuGet=20=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/KerbalBuildTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/KerbalBuildTest.yml b/.github/workflows/KerbalBuildTest.yml index 0b12824a4..db47040c6 100644 --- a/.github/workflows/KerbalBuildTest.yml +++ b/.github/workflows/KerbalBuildTest.yml @@ -192,7 +192,7 @@ jobs: cpack_generators: "DEB;STGZ;TGZ;ZIP;" platform: "ubuntu" - os: windows-latest - cpack_generators: "NuGet;NSIS;WIX;ZIP;" + cpack_generators: "NSIS;WIX;ZIP;" platform: "windows" - os: macos-latest cpack_generators: "DragNDrop;ZIP;"