Skip to content

Commit

Permalink
GitHub CLI arguments update #2
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Oct 8, 2023
1 parent 1115424 commit 3ba3204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: 'Create Release'
shell: bash
run: |
for f in redumper-*.zip; do FILES+=" -a $f"; done
for f in redumper-*.zip; do FILES+=" $f"; done
gh release create --generate-notes ${{ env.release_name }} $FILES
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3ba3204

Please sign in to comment.