Unverified Commit 02c5b97f authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update build-mediatek-filogic-24.10-release.yml

parent 7add63fd
...@@ -41,7 +41,7 @@ jobs: ...@@ -41,7 +41,7 @@ jobs:
id: locate_files id: locate_files
run: | run: |
# 查找符合条件的固件文件 # 查找符合条件的固件文件
firmware_files=$(find "${{ github.workspace }}/bin" -type f -name '*squashfs*.img.gz') firmware_files=$(find "${{ github.workspace }}/bin" -type f -name '*squashfs*')
# 如果有多个固件文件,按空格分割路径并保存为环境变量 # 如果有多个固件文件,按空格分割路径并保存为环境变量
firmware_files_array=($firmware_files) firmware_files_array=($firmware_files)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment