Skip to content

Commit

Permalink
u-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
pykpkg47 committed Sep 5, 2024
1 parent d1aab5d commit 847a73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/complete-artifact-one-by-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
options:
- kernel
- build
- u-boot
- uboot
default: build

armbian_kernel_branch:
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
armbian_ui: "${{inputs.armbian_ui}}"
armbian_board: "${{inputs.armbian_board}}"
armbian_branch: "${{inputs.armbian_version}}"
armbian_artifacts: "${{inputs.armbian_target == 'kernel' && 'build/output/debs/' || inputs.armbian_target =='u-boot' && 'build/output/debs/' || 'build/output/images/'}}"
armbian_artifacts: "${{inputs.armbian_target == 'kernel' && 'build/output/debs/' || inputs.armbian_target =='uboot' && 'build/output/debs/' || 'build/output/images/'}}"
armbian_release_tittle: "Armbian image release for ${{inputs.armbian_board}}"
armbian_release_body: " kernel:${{inputs.armbian_kernel_branch}} \n distro: ${{inputs.armbian_release}} \n UI: ${{inputs.armbian_ui}} "

Expand Down

0 comments on commit 847a73c

Please sign in to comment.