diff --git a/.github/workflows/KerbalBuildTest.yml b/.github/workflows/KerbalBuildTest.yml index db47040c6..0d301cca3 100644 --- a/.github/workflows/KerbalBuildTest.yml +++ b/.github/workflows/KerbalBuildTest.yml @@ -219,11 +219,17 @@ jobs: -B ${{github.workspace}}/Kerbal-pack/ -DCMAKE_BUILD_TYPE=Release -DCPACK_BUNDLE_NAME="Kerbal" + -DKERBAL_ENABLE_MYPACK_NUGET=ON cd ${{github.workspace}}/Kerbal-pack/ cpack -G "${{matrix.cpack_generators}}" + - name: CPack Kerbal (MyNuGet) + if: matrix.os == 'windows-latest' + run: > + cmake --build ${{github.workspace}}/Kerbal-pack/ --target mypack_nuget + - name: Upload Package uses: actions/upload-artifact@v4 with: