Fix typo
This commit is contained in:
parent
2f0ff50866
commit
76bb2f19d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
- name: Create a release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
name: ${{ steps.tagName.outputs.tag }}
|
||||
name: v${{ steps.tagName.outputs.tag }}
|
||||
body_path: CHANGELOG.txt
|
||||
files: |
|
||||
oxipng-${{ steps.tagName.outputs.tag }}-x86_64-pc-windows-msvc.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue