Skip to content

Commit

Permalink
ci: change file name in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsukina-7mochi committed Jan 17, 2025
1 parent 6780b3a commit 2bfcebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ jobs:
FILENAME: ${{ fromJSON(matrix.target).output }}
GH_TOKEN: ${{ github.token }}
run: |
FILENAME="$(echo "$FILENAME" | sed -e 's/ /\\ /g')"
gh release create "${{ env.tag-name }}" -t "${{ env.release-name }}" "$FILENAME"

0 comments on commit 2bfcebc

Please sign in to comment.