From 78c149c81f0cff2fca717a0a7b37cb1ca7ef6653 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Wed, 3 Apr 2024 20:51:12 +0200 Subject: [PATCH] build: update Signed-off-by: AuxXxilium --- .github/workflows/buildroot.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildroot.yml b/.github/workflows/buildroot.yml index f3ee977..c5d7182 100644 --- a/.github/workflows/buildroot.yml +++ b/.github/workflows/buildroot.yml @@ -71,7 +71,7 @@ jobs: - name: Upload Artifact if: success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: grub path: | @@ -80,10 +80,12 @@ jobs: # Publish a release if is a tag - name: Release - uses: softprops/action-gh-release@v1 + if: success() && env.VERSION != '' + uses: ncipollo/release-action@v1 with: - tag_name: ${{ inputs.version }} - files: | + tag: ${{ inputs.version }} + allowUpdates: true + artifacts: | .buildroot/output/images/bzImage .buildroot/output/images/rootfs.cpio.xz body: |