fix version param for canary (#2974)
This commit is contained in:
@@ -7,6 +7,10 @@ on:
|
|||||||
# branches: [ "main" ]
|
# branches: [ "main" ]
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
|
version:
|
||||||
|
description: 'Version to build'
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
signing:
|
signing:
|
||||||
description: 'Whether to sign the Windows executable'
|
description: 'Whether to sign the Windows executable'
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user