Skip to content

Commit

Permalink
add cpack step
Browse files Browse the repository at this point in the history
  • Loading branch information
therjak committed Sep 3, 2023
1 parent 296dc0b commit 2bdcf11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: CPack
working-directory: build
run: cpack -C Release

- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 2bdcf11

Please sign in to comment.