Skip to content

Commit

Permalink
CI: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rondom committed Nov 3, 2016
1 parent 09a5fc9 commit 78ddb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@
Exec-External {& $buildCmd $buildArgs}
Write-Host Upload Artifcat...
Write-Host Upload Artifact...
Push-AppveyorArtifact "${env:APPVEYOR_BUILD_FOLDER}\dokan_wix\Bootstrapper\bin\Release\DokanSetup.exe" -FileName ("DokanSetup-" + $installer_version + ".exe")
Write-Host Artifcat uploaded!
Write-Host Artifact uploaded!
} elseif ($env:CONFIGURATION -eq "FsTest") {
$env:Path = $env:Path + ";C:\Program Files (x86)\Windows Kits\8.1\bin\x64\"
Expand Down

0 comments on commit 78ddb49

Please sign in to comment.