diff --git a/appveyor.yml b/appveyor.yml index 1123a5ad7..5ffc5a524 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -156,8 +156,7 @@ after_test: throw "Last command failed." } - # TODO: Change me to Push-AppveyorArtifact once https://github.com/appveyor/ci/issues/2183 is fixed - appveyor PushArtifact "ArchiSteamFarm\out\ASF-$variant.zip" -FileName "ASF-$variant.zip" -DeploymentName "ASF-$variant.zip" + Push-AppveyorArtifact "ArchiSteamFarm\out\ASF-$variant.zip" -FileName "ASF-$variant.zip" -DeploymentName "ASF-$variant.zip" }