build: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-04-03 20:51:12 +02:00
parent 937b363b29
commit 78c149c81f

View File

@ -71,7 +71,7 @@ jobs:
- name: Upload Artifact - name: Upload Artifact
if: success() if: success()
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: grub name: grub
path: | path: |
@ -80,10 +80,12 @@ jobs:
# Publish a release if is a tag # Publish a release if is a tag
- name: Release - name: Release
uses: softprops/action-gh-release@v1 if: success() && env.VERSION != ''
uses: ncipollo/release-action@v1
with: with:
tag_name: ${{ inputs.version }} tag: ${{ inputs.version }}
files: | allowUpdates: true
artifacts: |
.buildroot/output/images/bzImage .buildroot/output/images/bzImage
.buildroot/output/images/rootfs.cpio.xz .buildroot/output/images/rootfs.cpio.xz
body: | body: |