Skip to content

Commit

Permalink
Windows distribution: Improve Windows distribution code
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelheilmann committed Sep 8, 2017
1 parent 2b13c8b commit e423478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ notifications:

deploy:
- provider: GitHub
tag: ${env:deploymentTag}
release: ${env:deploymentName}
description: ${env:deploymentDescription}
tag: $(deploymentTag)
release: $(deploymentName)
description: $(deploymentDescription)
force_update: true
auth_token:
secure: kxr/+rin/StoIdTBFp4+OG+nxeoI1TGjLYiPXgttgjyjcDy/3V+G10AAukyTxDIx
Expand Down

0 comments on commit e423478

Please sign in to comment.