From 83e0b071ab271a9855a21fd2578495b01c28f097 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 27 Jul 2024 11:30:00 -0400 Subject: [PATCH] ci: build package target --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 21bbf00..a00ce83 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -49,4 +49,4 @@ jobs: run: cmake -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" -DBUILD_SHARED_LIBS=${{ matrix.shared }} -B "${{github.workspace}}/build" - name: Build with ${{ matrix.compiler }} - run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} + run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target package