Skip to content

Commit

Permalink
Update buildroot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 committed Dec 8, 2023
1 parent 29f68a0 commit 2c9c408
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/buildroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ jobs:
echo "Version: ${VERSION}"
echo '---start make---'
make ${{github.event.inputs.board}}_defconfig
make linux-defconfig # 또는 make linux-menuconfig
make
KERNEL_VERSION="$(grep BR2_LINUX_KERNEL_VERSION ${{github.event.inputs.board}}_defconfig | cut -d'=' -f2 | tr -d '"')"
echo "KERNEL_VERSION=${KERNEL_VERSION}" >> $GITHUB_ENV
cp -r /opt/buildroot/output/images /opt/firmware
- name: Upload buildroot-${{github.event.inputs.branches-tags}}-${{github.event.inputs.board}}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2c9c408

Please sign in to comment.