Skip to content

Commit

Permalink
ci(release): quote release name
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Nov 7, 2021
1 parent da73ccc commit c6ea5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -61,5 +61,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd build
gh release upload ${{ steps.release.outputs.name }} ./*
gh release upload "${{ steps.release.outputs.name }}" ./*
if: ${{ steps.release.outputs.release_created }}

0 comments on commit c6ea5a2

Please sign in to comment.