From 96d43ec6eda85d17d6baa87f3a7557721a0f6f44 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 13 Jul 2018 12:09:41 +0200 Subject: [PATCH] CI: Misc --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" }