simplify release.yml
This commit is contained in:
parent
2c1d783e0c
commit
f4adcf58b2
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -6,13 +6,9 @@ on:
|
|||||||
description: 'Engine release version'
|
description: 'Engine release version'
|
||||||
required: true
|
required: true
|
||||||
default: "0.0.0"
|
default: "0.0.0"
|
||||||
branch:
|
|
||||||
description: 'Release branch name'
|
|
||||||
required: true
|
|
||||||
default: "release-0.0"
|
|
||||||
env:
|
env:
|
||||||
RELEASE_VERSION: ${{ github.event.inputs.version || 'testrelease' }}
|
RELEASE_VERSION: ${{ github.event.inputs.version || 'testrelease' }}
|
||||||
BRANCH_NAME: ${{ github.event.inputs.branch || 'main' }}
|
BRANCH_NAME: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'main }}
|
||||||
jobs:
|
jobs:
|
||||||
build_linux:
|
build_linux:
|
||||||
uses: ./.github/workflows/appimage.yml
|
uses: ./.github/workflows/appimage.yml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user