fix ci path
This commit is contained in:
parent
2579468bde
commit
a3c60b20ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
TAG="v$(date +%s)"
|
||||
fi
|
||||
|
||||
sed -i "s|https://<url>|https://github.com/subframe7536/maple-font/releases/download/${TAG//\//\\/}|g" release_template.md
|
||||
sed -i "s|https://<url>|https://github.com/subframe7536/maple-font/releases/download/${TAG//\//\\/}|g" .github/release_template.md
|
||||
|
||||
gh release create "$TAG" release/**/*.* --notes-file .github/release_template.md --draft
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue