Skip to content

Commit 16668fe

Browse files
committed
Always build a windows release binary on tags.
1 parent 09ed282 commit 16668fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/build_win.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $ErrorActionPreference = "Stop"
22

33
cd "$PSScriptRoot\.."
44

5-
if ("$Env:FORCE_RELEASE") {
5+
if ("$Env:FORCE_RELEASE" -Or "$Env:CIRCLE_TAG") {
66
New-Item prerelease.txt -type file
77
Write-Host "Building release version."
88
}

0 commit comments

Comments
 (0)