diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index db00064..d4541c9 100644 --- a/.github/workflows/pake-cli.yaml +++ b/.github/workflows/pake-cli.yaml @@ -28,6 +28,9 @@ on: description: '[Height, Optional]' required: false default: '780' + safe_domain: + description: '[Safe Domain, Optional]' + required: false hide_title_bar: description: '[Hide TitleBar, Optional, MacOS only]' required: false @@ -129,6 +132,7 @@ jobs: RESIZE: ${{ inputs.resize }} MULTI_ARCH: ${{ inputs.multi_arch }} TARGETS: ${{ inputs.targets }} + SAFE_DOMAIN: ${{ inputs.safe_domain }} - name: Upload archive uses: actions/upload-artifact@v3