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

Update rockchip.yml

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