File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments