fix ci path

This commit is contained in:
subframe7536 2024-12-08 01:25:39 +08:00
parent 2579468bde
commit a3c60b20ee

View file

@ -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: