Skip to content

Commit

Permalink
fix: Firefly-ITX-3588J-Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsx authored Aug 3, 2023
1 parent 74e807f commit 0c13d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Firefly-ITX-3588J-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''
Expand All @@ -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 != ''
Expand Down

0 comments on commit 0c13d3b

Please sign in to comment.