diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcdd230..8cc8776 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Package working-directory: ${{github.workspace}}/build - run: cpack -C ${{matrix.build_type}} -G "RPM;DEB" -B pkg + run: cpack -C Release -G "RPM;DEB" -B pkg - name: Upload built packages uses: actions/upload-artifact@v4 @@ -41,7 +41,7 @@ jobs: - name: Package working-directory: ${{github.workspace}}/build - run: cpack -C ${{matrix.build_type}} -G "productbuild" -B pkg + run: cpack -C Release -G "productbuild" -B pkg - name: Upload built packages uses: actions/upload-artifact@v4 diff --git a/CMakeLists.txt b/CMakeLists.txt index 391c3ee..ec8df1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ include(CheckCCompilerFlag) enable_testing() project(PCUT - VERSION 0.0.3 + VERSION 0.0.4 HOMEPAGE_URL "https://github.com/vhotspur/pcut" LANGUAGES C )