From 9a94b9201855030b62a0791c457ed4c1e8362ab3 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 18 Sep 2018 13:13:20 -0500 Subject: [PATCH] Specify artifact name to appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f4e17b54..f661de4e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,4 +56,4 @@ build_script: artifacts: # Archive the generated packages in the ci.appveyor.com build report. - - path: dist\* + - path: twblue-snapshot.zip