fix version param for canary (#2974)

This commit is contained in:
Max Novich
2025-06-17 14:34:27 -07:00
committed by GitHub
parent bda4ee1290
commit 8efa4fde4b

View File

@@ -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