diff --git a/appveyor.yml b/appveyor.yml index 5ffc5a524..1123a5ad7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -156,7 +156,8 @@ after_test: throw "Last command failed." } - Push-AppveyorArtifact "ArchiSteamFarm\out\ASF-$variant.zip" -FileName "ASF-$variant.zip" -DeploymentName "ASF-$variant.zip" + # 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" }