mirror of
https://github.com/AuxXxilium/arc-buildroot-s.git
synced 2024-11-24 01:00:54 +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
|
||||
- name: Release
|
||||
if: success() && env.VERSION != ''
|
||||
if: success() && ${{ inputs.version }} != ''
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ inputs.version }}
|
||||
|
Loading…
Reference in New Issue
Block a user