Skip to content

Commit

Permalink
Fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Oct 2, 2017
1 parent b6ee56b commit a5c9d92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ install:
py -m pip install markdown
build_script:
- cmd: scons

artifacts:
- path: '*.nvda-addon'
name: addon
type: WebDeployPackage

before_deploy:
- ps: $env:REPO_NAME = $env:APPVEYOR_REPO_NAME.Substring($env:APPVEYOR_REPO_NAME.IndexOf('/') + 1)

deploy:
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
Expand Down

0 comments on commit a5c9d92

Please sign in to comment.