Skip to content

Commit

Permalink
Dafuq?
Browse files Browse the repository at this point in the history
  • Loading branch information
arsdragonfly committed May 11, 2018
1 parent 3738899 commit fa8531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ build_script:
- ps: |
if ($env:GENERATOR -eq "MinGW Makefiles")
{
$env:ICEBALL_ZIP_FILENAME = "iceball-$env:APPVEYOR_REPO_COMMIT-$env:APPVEYOR_REPO_COMMIT_TIMESTAMP.zip";
$env:ICEBALL_ZIP_FILENAME = "iceball-$env:APPVEYOR_REPO_COMMIT.zip";
7z a $env:ICEBALL_ZIP_FILENAME `@listfile.txt;
Push-AppveyorArtifact $env:ICEBALL_ZIP_FILENAME;
}

0 comments on commit fa8531f

Please sign in to comment.