Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkit committed Oct 10, 2019
1 parent 00b3de8 commit 2f38230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ build_script:
dir Release
artifacts:
- path: '**\*.zip'
- path: 'neon_html_pub\build\Release\**\*.zip'

before_deploy:
- ps: >-
Expand All @@ -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

0 comments on commit 2f38230

Please sign in to comment.