Skip to content

Commit

Permalink
Always build a windows release binary on tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpyron committed Oct 14, 2020
1 parent 0d8d60f commit 4215986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/build_win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = "Stop"

cd "$PSScriptRoot\.."

if ("$Env:FORCE_RELEASE") {
if ("$Env:FORCE_RELEASE" -Or "$Env:CIRCLE_TAG") {
New-Item prerelease.txt -type file
Write-Host "Building release version."
}
Expand Down

0 comments on commit 4215986

Please sign in to comment.