Skip to content

Commit

Permalink
github: workflows: fix packege firmware error
Browse files Browse the repository at this point in the history
Signed-off-by: haijiao.liu <[email protected]>
  • Loading branch information
haijiao.liu authored and xingxg2022 committed Nov 8, 2023
1 parent 8c16b31 commit 7995335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
build_rv_uroot
popd
- name: Pcakege firmware
- name: Packege firmware
run: |
pushd bootloader-riscv
source scripts/envsetup.sh
Expand All @@ -111,7 +111,7 @@ jobs:
build_rv_firmware_image
mkdir ~/firmware_artifact
cp -v $RV_FIRMWARE_INSTALL_DIR/firmware.bin $GITHUB_WORKSPACE/firmware_${CHIP_NUM}.bin
cp -v $RV_FIRMWARE_INSTALL_DIR/firmware*.bin $GITHUB_WORKSPACE/firmware_${CHIP_NUM}.bin
cp -v $RV_FIRMWARE_INSTALL_DIR/firmware.img $GITHUB_WORKSPACE/firmware_${CHIP_NUM}.img
popd
Expand Down

0 comments on commit 7995335

Please sign in to comment.