update pake-cli.yml

This commit is contained in:
Tlntin
2023-03-18 11:51:09 +08:00
parent 277a9842fe
commit 552af668fc
2 changed files with 17 additions and 1 deletions

View File

@@ -48,6 +48,15 @@ on:
required: false
type: boolean
default: false
targets:
description: "[Targets, Optional, Linux only]"
required: false
default: "deb"
type: choice
options:
- "deb"
- "appimage"
- "all"
jobs:
@@ -131,6 +140,7 @@ jobs:
FULLSCREEN: ${{ inputs.fullscreen }}
RESIZE: ${{ inputs.resize }}
MULTI_ARCH: ${{ inputs.multi_arch }}
TARGETS: ${{ inputs.targets }}
- name: Upload archive
uses: actions/upload-artifact@v3