diff --git a/.github/workflows/cmake-deploy.yml b/.github/workflows/cmake-deploy.yml index 5e3177e..b099b50 100644 --- a/.github/workflows/cmake-deploy.yml +++ b/.github/workflows/cmake-deploy.yml @@ -38,7 +38,7 @@ jobs: - name: Package working-directory: ${{github.workspace}}/build shell: bash - run: ctest -C Release . + run: cpack -C Release . - uses: "marvinpinto/action-automatic-releases@latest" with: