Skip to content

Commit

Permalink
Add env:APPVEYOR_REPO_TAG_NAME to artifact file name
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornu committed Jun 28, 2017
1 parent fa2ae23 commit c31b421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -14,9 +14,10 @@ install:
$mingw = "mingw$bits"
$mingwUpper = $mingw.ToUpper()
$buildFolder = $env:APPVEYOR_BUILD_FOLDER
$tag = $env:APPVEYOR_REPO_TAG_NAME
$posixBuildFolder = $buildFolder -Replace '\\', '/'
$env:PATH="C:\$msys\$mingw\bin;C:\$msys\usr\bin;$env:PATH"
$artifact = "schismtracker-$appveyor_build_version-win$bits.zip"
$artifact = "schismtracker-$tag-win$bits.zip"
function bash($command, $dieOnError = $true) {
""
Expand Down

0 comments on commit c31b421

Please sign in to comment.