Skip to content

Commit

Permalink
Fix appveyor.myl
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Sep 30, 2017
1 parent 2ccbafd commit c08969d
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 c08969d

Please sign in to comment.