mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
try to get around weird type casting issue
This commit is contained in:
@@ -29,18 +29,20 @@ param (
|
||||
#
|
||||
$Description,
|
||||
|
||||
[bool]
|
||||
[string]
|
||||
[Parameter(Mandatory=$true)]
|
||||
#
|
||||
# true/false
|
||||
$IsDraft,
|
||||
|
||||
[bool]
|
||||
[string]
|
||||
[Parameter(Mandatory=$true)]
|
||||
#
|
||||
[ValidateSet("true","false")]
|
||||
# true/false
|
||||
$IsPrerelease,
|
||||
|
||||
[string]
|
||||
[Parameter(Mandatory=$true)]
|
||||
[ValidateSet("true","false")]
|
||||
# Path to the zip file to upload with the release
|
||||
$ZipFilePath,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user