fix:修正离线发布脚本兼容性

This commit is contained in:
LoveLosita
2026-05-09 19:22:20 +08:00
parent e79cfcc4b6
commit 1fa7d85c46
2 changed files with 21 additions and 0 deletions

View File

@@ -190,6 +190,7 @@ jobs:
"rm -rf `"`$target`"",
"mkdir -p `"`$target`"",
"tar -xzf `"`$archive`" -C `"`$target`"",
"find `"`$target/deploy`" -maxdepth 1 -type f -name '*.sh' -exec chmod 755 {} +",
"rm -f `"`$archive`""
) -join "`n"