Skip to content

Commit

Permalink
Fixing release script II
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur committed Nov 4, 2024
1 parent 275aa43 commit c8d95e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit c8d95e7

Please sign in to comment.