更新 .gitea/workflows/sync_raw_file.yml
All checks were successful
SyncRawFile / sync_files (push) Successful in 19s
All checks were successful
SyncRawFile / sync_files (push) Successful in 19s
This commit is contained in:
@@ -28,7 +28,10 @@ jobs:
|
||||
# 为每个平台类型创建对应目录
|
||||
save_dir="./rule/${platform_type}"
|
||||
|
||||
# 创建目录(如果不存在的话)
|
||||
# 清空平台目录中的所有文件
|
||||
rm -rf "$save_dir/*"
|
||||
|
||||
# 创建平台目录(如果不存在的话)
|
||||
mkdir -p "$save_dir"
|
||||
|
||||
# 获取当前平台类型的扩展名
|
||||
|
||||
Reference in New Issue
Block a user