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