From 89e4b2be22012ac2f38f9d90a51aabb0d5579c5a Mon Sep 17 00:00:00 2001 From: CakeLancelot Date: Mon, 28 Dec 2020 08:12:36 -0600 Subject: [PATCH] Re-add descriptive artifact names --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 20b8ff0..2a00ba1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,7 +39,7 @@ for: Copy-Item -Path "config.ini" -Destination "bin" artifacts: - path: bin - name: linux-bin-x64 + name: ubuntu18_04-bin-x64 type: zip - matrix: @@ -85,5 +85,5 @@ for: } artifacts: - path: bin - name: windows-bin-x64 + name: windows-vs2019-bin-x64 type: zip