更新 action.yaml

This commit is contained in:
hy 2024-04-26 18:12:46 +08:00
parent 4ddd5cf9c0
commit 2b342a7d95
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ runs:
run: |
# 初始化 res 变量
res=""
fileStr = (${INPUT_FILE_ARRAY//,/ })
fileStr=(${INPUT_FILE_ARRAY//,/ })
# 读取 fileStr 变量中的每一行文件路径
for filepath in ${fileStr[@]}; do
file_hash=$(md5sum "$filepath" | awk '{print $1}')