From c48a98b8b34664f6c9e43496f50da235c7372e64 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 11 Jul 2018 11:11:29 +0200 Subject: [PATCH] :confused: --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ba631cb68..c9184bcd3 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" }