don't include tag in windows artifact

This commit is contained in:
Frank Morgner 2018-08-31 14:30:04 +02:00
parent b572b383b2
commit e238f4d6fb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ install:
- set PATH=C:\cygwin\bin;%PATH%
- set OPENPACE_VER=1.0.3
- set ZLIB_VER_DOT=1.2.11
- ps: $env:PACKAGE_NAME=(git describe --tags)
- ps: $env:PACKAGE_NAME=(git describe --tags --abbrev=0)
- ps: >-
If ($env:Platform -Match "x86") {
$env:VCVARS_PLATFORM="x86"