diff --git a/appveyor.yml b/appveyor.yml index 1e9c5bc..939e066 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -71,7 +71,7 @@ build_script: dir Release artifacts: -- path: '**\*.zip' +- path: 'neon_html_pub\build\Release\**\*.zip' before_deploy: - ps: >- @@ -97,7 +97,7 @@ before_deploy: description: $(release_description) auth_token: secure: qQmfsw4C+uU33SkpLk3Y3zgc31VVt7ruA2bIvdyxfkViHCHdwqYnGhp/sGXO1vK1 - artifact: /.*\.zip/ + artifact: neon.zip on: branch: master # release from master branch only repository: kenkit/neon_html \ No newline at end of file