We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364240f commit 9ae1a71Copy full SHA for 9ae1a71
.github/workflows/cmake-deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Package
39
working-directory: ${{github.workspace}}/build
40
shell: bash
41
- run: ctest -C Release .
+ run: cpack -C Release .
42
43
- uses: "marvinpinto/action-automatic-releases@latest"
44
with:
0 commit comments