Skip to content

Commit

Permalink
More GitHub Releases deployment fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCline committed Jun 3, 2017
1 parent 590e005 commit 27a1622
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 @@ -24,7 +24,7 @@ test_script:

# Package up build artifacts.
after_build:
- 7z a PyExt-$(Platform)-$(Configuration).zip .\*\*\pyext.dll .\*\*\pyext.pdb
- 7z a PyExt-%PLATFORM-%CONFIGURATION%.zip .\*\*\pyext.dll .\*\*\pyext.pdb

artifacts:
- path: PyExt-$(Platform)-$(Configuration).zip
Expand All @@ -37,7 +37,7 @@ deploy:
description: 'AppVeyor deploy of PyExt v$(appveyor_build_version)'
auth_token:
secure: FLeKshd/j9QXbwrM1rCA+tNGkFz8DnN/2Xr/m66oHzv2Qzm9GMb4Bj5UT4GNC5IQ
artifact: PyExt.zip
artifact: PyExt-$(Platform)-$(Configuration).zip
draft: true
prerelease: true
# on:
Expand Down

0 comments on commit 27a1622

Please sign in to comment.