mirror of
https://github.com/AuxXxilium/arc-buildroot-s.git
synced 2024-11-24 00:40:52 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
937b363b29
commit
78c149c81f
10
.github/workflows/buildroot.yml
vendored
10
.github/workflows/buildroot.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user