Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kwrx committed Apr 25, 2021
1 parent 364240f commit 9ae1a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9ae1a71

Please sign in to comment.