From bb8fcff476061eef6a145846afccdfb22f6f7b48 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 13 Jul 2018 12:15:35 +0200 Subject: [PATCH] Revert "CI: Misc" This reverts commit 96d43ec6eda85d17d6baa87f3a7557721a0f6f44. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }