Skip to content

Commit

Permalink
appveyor: specify artifacts old-style
Browse files Browse the repository at this point in the history
Current `deploy.artifact` doesn't work.
  • Loading branch information
efiop authored May 20, 2019
1 parent de58f55 commit 98d551c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,13 @@ on_finish:
- ps: Stop-Process $AzuriteProcess
- ps: Stop-Process $OSSProcess

artifacts:
- path: dvc*.exe
name: DVC Installer

deploy:
provider: GitHub
auth_token:
secure: 25c1pNoXWbtTwUkKLcThwcl2A2xG8oXHsPuD73HVbQ7SRy9X6HzkCc2sXzhpfRtF
artifact: 'dvc-*.exe'
on:
APPVEYOR_REPO_TAG: true

0 comments on commit 98d551c

Please sign in to comment.