mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Always build a windows release binary on tags.
This commit is contained in:
parent
9d873b102e
commit
a7b8ad311d
@ -2,7 +2,7 @@ $ErrorActionPreference = "Stop"
|
|||||||
|
|
||||||
cd "$PSScriptRoot\.."
|
cd "$PSScriptRoot\.."
|
||||||
|
|
||||||
if ("$Env:FORCE_RELEASE") {
|
if ("$Env:FORCE_RELEASE" -Or "$Env:CIRCLE_TAG") {
|
||||||
New-Item prerelease.txt -type file
|
New-Item prerelease.txt -type file
|
||||||
Write-Host "Building release version."
|
Write-Host "Building release version."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user