Skip to content

Commit

Permalink
[ci] 取消使用 cpack 工具打包 NuGet 包
Browse files Browse the repository at this point in the history
  • Loading branch information
WentsingNee committed Nov 21, 2024
1 parent 65b9367 commit 60225bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/KerbalBuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
Expand Down

0 comments on commit 60225bc

Please sign in to comment.