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

Update x86-64-23.05.4.yml

parent 82b10703
......@@ -41,7 +41,7 @@ jobs:
- name: Locate squashfs firmware files
id: locate_files
run: |
firmware_files=$(find "${{ github.workspace }}/bin" -type f -name '*squashfs*.img.gz')
firmware_files=$(find "${{ github.workspace }}/bin" -type f -name '*squashfs-combined*.img.gz')
firmware_files=$(echo "$firmware_files" | tr '\n' ' ')
echo "Squashfs firmware files located:"
echo "$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