Update pake-cli.yaml
Signed-off-by: Jerry Zhou <61733195+YangguangZhou@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/pake-cli.yaml
vendored
4
.github/workflows/pake-cli.yaml
vendored
@@ -28,6 +28,9 @@ on:
|
|||||||
description: '[Height, Optional]'
|
description: '[Height, Optional]'
|
||||||
required: false
|
required: false
|
||||||
default: '780'
|
default: '780'
|
||||||
|
safe_domain:
|
||||||
|
description: '[Safe Domain, Optional]'
|
||||||
|
required: false
|
||||||
hide_title_bar:
|
hide_title_bar:
|
||||||
description: '[Hide TitleBar, Optional, MacOS only]'
|
description: '[Hide TitleBar, Optional, MacOS only]'
|
||||||
required: false
|
required: false
|
||||||
@@ -129,6 +132,7 @@ jobs:
|
|||||||
RESIZE: ${{ inputs.resize }}
|
RESIZE: ${{ inputs.resize }}
|
||||||
MULTI_ARCH: ${{ inputs.multi_arch }}
|
MULTI_ARCH: ${{ inputs.multi_arch }}
|
||||||
TARGETS: ${{ inputs.targets }}
|
TARGETS: ${{ inputs.targets }}
|
||||||
|
SAFE_DOMAIN: ${{ inputs.safe_domain }}
|
||||||
|
|
||||||
- name: Upload archive
|
- name: Upload archive
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user