Fix publish step url
This commit is contained in:
parent
30b2d9413e
commit
34f00ea0ca
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
- name: Publish artifacts
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: https://github.com/softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ github.ref_name }}
|
||||
name: ${{ github.ref_name }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user