diff --git a/.github/workflows/Firefly-ITX-3588J-Build.yml b/.github/workflows/Firefly-ITX-3588J-Build.yml index bc45d8c..6f91fa8 100644 --- a/.github/workflows/Firefly-ITX-3588J-Build.yml +++ b/.github/workflows/Firefly-ITX-3588J-Build.yml @@ -34,7 +34,7 @@ jobs: shell: bash run: | git clone https://gitee.com/openeuler/rockchip --depth=1 - cd rockchip + cd rockchip/scripts sudo bash build.sh -n openEuler-22.03-RK3588-Firefly-ITX-3588J-aarch64-alpha1 -k https://gitee.com/openeuler/rockchip-kernel.git -b openEuler-22.03-LTS-RK3588 -c none -r https://gitee.com/src-openeuler/openEuler-repos/raw/openEuler-22.03-LTS/generic.repo -d rk3588-firefly-itx-3588j -s headless - name: Upload if: needs.prepare_release.outputs.release_id != '' @@ -43,7 +43,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: release_id: ${{ needs.prepare_release.outputs.release_id }} - file: "./rockchip/build/*/*.img.xz*" + file: "./rockchip/scripts/build/*/*.img.xz*" draft: false - name: Rollback release if: failure() && needs.prepare_release.outputs.release_id != ''