simplify release.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user