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

Update rockchip.yml

parent 32d41a66
......@@ -26,9 +26,10 @@ jobs:
- name: Locate firmware file
id: locate_file
run: |
firmware_file=$(ls "${{ github.workspace }}/bin" | grep 'squashfs' | head -n 1)
echo "Firmware file located at ${{ github.workspace }}/bin/$firmware_file"
echo "firmware_path=${{ github.workspace }}/bin/$firmware_file" >> $GITHUB_ENV
firmware_files=$(ls "${{ github.workspace }}/bin")
echo "Firmware files located:"
echo "$firmware_files"
echo "firmware_paths=$(ls "${{ github.workspace }}/bin")" >> $GITHUB_ENV
- name: Upload firmware
uses: actions/upload-artifact@v4
with:
......
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