Skip to content

Commit

Permalink
v9.7
Browse files Browse the repository at this point in the history
- CI | Armbian: Fix U-Boot package name for obtaining version
  • Loading branch information
MichaIng committed Jul 22, 2024
1 parent 933f861 commit ad523f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
read -r version < VERSION
case '${{ github.event.inputs.asset }}' in
firmware) package='armbian-firmware';;
uboot) package='linux-uboot-${{ github.event.inputs.board }}-${{ github.event.inputs.branch }}';;
uboot) package='linux-u-boot-${{ github.event.inputs.board }}-${{ github.event.inputs.branch }}';;
kernel)
family=$(. 'config/boards/${{ github.event.inputs.board }}.'* &> /dev/null; echo "$BOARDFAMILY")
echo "Board family is: $family"
Expand Down

0 comments on commit ad523f8

Please sign in to comment.