Skip to content

Commit 8a21bb1

Browse files
committed
Update CI
1 parent bacde87 commit 8a21bb1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/cmake-deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
run: ctest -C Release .
4242

4343
- uses: "marvinpinto/action-automatic-releases@latest"
44-
with:
45-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
46-
prerelease: false
47-
files: |
48-
${{github.workspace}}/build/qasp-*.deb
49-
${{github.workspace}}/build/qasp-*.rpm
50-
${{github.workspace}}/build/qasp-*.tar.gz
51-
${{github.workspace}}/build/qasp-*.tar.xz
52-
${{github.workspace}}/build/qasp-*.zip
44+
with:
45+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
46+
prerelease: false
47+
files: |
48+
${{github.workspace}}/build/qasp-*.deb
49+
${{github.workspace}}/build/qasp-*.rpm
50+
${{github.workspace}}/build/qasp-*.tar.gz
51+
${{github.workspace}}/build/qasp-*.tar.xz
52+
${{github.workspace}}/build/qasp-*.zip

0 commit comments

Comments
 (0)