Skip to content

Commit 55614c7

Browse files
committed
fixup! chore: fix release process
1 parent 6194b27 commit 55614c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/Publish.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Usage: Publish.ps1 -arch <x64|arm64> -version <version> [-buildPath <path>] [-outputPath <path>]
1+
# Usage: Publish.ps1 -arch <x64|arm64> -version <version> [-msiOutputPath <path>] [-outputPath <path>]
22
param (
33
[ValidateSet("x64", "arm64")]
44
[Parameter(Mandatory = $true)]

scripts/Release.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Usage: Release.ps1 -version <version>
22
param (
33
[Parameter(Mandatory = $true)]
4-
[ValidatePattern("^\d+\.\d+\.\d+\.\d+$")]
4+
[ValidatePattern("^\d+\.\d+\.\d+$")]
55
[string] $version,
66

77
[Parameter(Mandatory = $true)]

0 commit comments

Comments
 (0)