Skip to content

Commit

Permalink
ci: fix underscore instead of dash
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Oct 2, 2023
1 parent a1ec6d4 commit a6cd6ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
echo -e "board=bpi-r4\ndevice=sdmmc" > build.conf
ls -lh u-boot*.bin
. build.conf
cp u-boot-r4-*sd.bin u-boot.bin
cp u-boot-r4_*sd.bin u-boot.bin
bash build.sh build
bash build.sh rename
bash build.sh createimg non-interactive
Expand All @@ -187,7 +187,7 @@ jobs:
echo -e "board=bpi-r4\ndevice=emmc" > build.conf
ls -lh u-boot*.bin
. build.conf
cp u-boot-r4-*${device}.bin u-boot.bin
cp u-boot-r4_*${device}.bin u-boot.bin
bash build.sh build
bash build.sh rename
rm build.conf
Expand All @@ -205,7 +205,7 @@ jobs:
echo -e "board=bpi-r4\ndevice=spim-nand" > build.conf
ls -lh u-boot*.bin
. build.conf
cp u-boot-r4-*${device}.bin u-boot.bin
cp u-boot-r4_*${device}.bin u-boot.bin
bash build.sh build
bash build.sh rename
rm build.conf
Expand Down

0 comments on commit a6cd6ae

Please sign in to comment.