mirror of
https://github.com/AuxXxilium/arc-buildroot-s.git
synced 2024-11-24 00:50:52 +07:00
build: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
78c149c81f
commit
38d339cb8b
2
.github/workflows/buildroot.yml
vendored
2
.github/workflows/buildroot.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
|
|
||||||
# Publish a release if is a tag
|
# Publish a release if is a tag
|
||||||
- name: Release
|
- name: Release
|
||||||
if: success() && env.VERSION != ''
|
if: success() && ${{ inputs.version }} != ''
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{ inputs.version }}
|
tag: ${{ inputs.version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user