fix:修正离线发布脚本兼容性
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user