From d454dbfdc2106cd79c22a71e19e7cacf4cba370e Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 1 Aug 2018 22:34:45 +0900 Subject: [PATCH] Fix artifact collection --- appveyor_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor_deploy.yml b/appveyor_deploy.yml index abfe1e4368..6d8d95e773 100644 --- a/appveyor_deploy.yml +++ b/appveyor_deploy.yml @@ -24,7 +24,7 @@ environment: code_signing_password: secure: 34tLNqvjmmZEi97MLKfrnQ== artifacts: - - path: 'Releases\*' + - path: 'osu-deploy/releases/*' deploy: - provider: Environment name: github \ No newline at end of file