Skip to content

Commit

Permalink
Don't use environment variable for artifact file name
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornu committed Jun 28, 2017
1 parent 71c5236 commit f7ec119
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -18,7 +18,6 @@ install:
$posixBuildFolder = $buildFolder -Replace '\\', '/'
$env:PATH="C:\$msys\$mingw\bin;C:\$msys\usr\bin;$env:PATH"
$artifact = "schismtracker-$tag-win$bits.zip"
[Environment]::SetEnvironmentVariable("SCHISMTRACKER_ARTIFACT_FILE", $artifact, "Machine")
function bash($command, $dieOnError = $true) {
""
Expand Down Expand Up @@ -148,7 +147,7 @@ deploy:
provider: GitHub
auth_token:
secure: 0vYg3iWKoeqKmAggg8G9FqmTZ8/R9DmnZkePvNFAJH1BfAxrd/l3Mni0t4maPW8F
artifact: $(SCHISMTRACKER_ARTIFACT_FILE)
artifact: $(artifact)
draft: false
prerelease: false
on:
Expand Down

0 comments on commit f7ec119

Please sign in to comment.