mirror of
https://github.com/AuxXxilium/arc-buildroot-s.git
synced 2024-11-23 22:00: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
|
||||
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: |
|
||||
|
Loading…
Reference in New Issue
Block a user