diff --git a/.github/workflows/armbian.yml b/.github/workflows/armbian.yml index 6e61a3e3e2..e4fef8ee6d 100644 --- a/.github/workflows/armbian.yml +++ b/.github/workflows/armbian.yml @@ -78,7 +78,7 @@ jobs: echo "Board family is: $family" family=$(BRANCH='${{ github.event.inputs.branch }}'; . "config/sources/families/$family.conf" &> /dev/null; echo "$LINUXFAMILY") echo "Linux family is: $family" - package="linux-image-${{ github.event.inputs.branch }}-$family" + package="linux-dtb-${{ github.event.inputs.branch }}-$family" ;; *) echo 'ERROR: Invalid asset "${{ github.event.inputs.asset }}"'; exit 1;; esac