Skip to content

Commit a7b8ad3

Browse files
committed
Always build a windows release binary on tags.
1 parent 9d873b1 commit a7b8ad3

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)