From 4413c378bd6cfa1a679d9aca724bb354cb0f30f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Sun, 28 Jan 2018 17:36:19 +0100 Subject: [PATCH] Renamed artifacts --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 95dac97..d09e7af 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,9 +4,9 @@ build_script: - ps: .\build.ps1 -configuration release artifacts: - path: x64\Release\ViGEmBus - name: ViGEmBus_x64 + name: ViGEmBus_unsigned_x64 - path: Release\ViGEmBus - name: ViGEmBus_x86 + name: ViGEmBus_unsigned_x86 deploy: - provider: Environment name: BUILDBOT \ No newline at end of file