Skip to content

Commit 6eac84c

Browse files
committed
appveyor: rc22
1 parent 994abda commit 6eac84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install:
3939
- set ZLIB_VER=128
4040
- set ZLIB_VER_DOT=1.2.8
4141
- ps: >-
42-
If ($env:APPVEYOR_REPO_TAG) {
42+
If ([string]::Compare($env:APPVEYOR_REPO_TAG, "false", $True)) {
4343
echo "REPO TAG: ${env:APPVEYOR_REPO_TAG}"
4444
echo "REPO TAG name: ${env:APPVEYOR_REPO_TAG_NAME}"
4545
$env:ARTIFACT_TITLE="OpenSC-SM-${env:APPVEYOR_REPO_TAG_NAME}"

0 commit comments

Comments
 (0)