From 6e25cd387753df66fe0e7058a060a84aad859083 Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Wed, 3 Apr 2019 06:47:08 -0500 Subject: [PATCH] ci: Add zipfile to artifacts again --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 77c6d26d4..c8dabdcce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,11 +33,13 @@ after_build: artifacts: - path: Mirror.unitypackage + - path: Assets + name: Mirror image: Visual Studio 2017 before_deploy: - - npm install -g semantic-release@15 + - npm install -g semantic-release@15 deploy_script: - semantic-release