We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994abda commit 6eac84cCopy full SHA for 6eac84c
appveyor.yml
@@ -39,7 +39,7 @@ install:
39
- set ZLIB_VER=128
40
- set ZLIB_VER_DOT=1.2.8
41
- ps: >-
42
- If ($env:APPVEYOR_REPO_TAG) {
+ If ([string]::Compare($env:APPVEYOR_REPO_TAG, "false", $True)) {
43
echo "REPO TAG: ${env:APPVEYOR_REPO_TAG}"
44
echo "REPO TAG name: ${env:APPVEYOR_REPO_TAG_NAME}"
45
$env:ARTIFACT_TITLE="OpenSC-SM-${env:APPVEYOR_REPO_TAG_NAME}"
0 commit comments