chore: edit LICENSE

This commit is contained in:
Fu Diwei
2025-06-17 16:38:00 +08:00
parent b8bbbee1e0
commit 9354c60380
5 changed files with 6 additions and 5 deletions

View File

@@ -179,7 +179,7 @@ jobs:
tmpdir=$(mktemp -d)
cp "$bin" "${tmpdir}/${entrypoint}"
cp ../README.md ../LICENSE.md ../CHANGELOG.md "$tmpdir"
cp ../LICENSE ../README.md ../CHANGELOG.md "$tmpdir"
if [[ "$bin" == *".exe" ]]; then
zip -j "${bin%.exe}.zip" "$tmpdir"/*