Skip to content

Commit

Permalink
Fix appveyor deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
thorpelawrence committed Apr 23, 2018
1 parent d93c27f commit aa4ed3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ after_build:
- appveyor PushArtifact pixsrt-%APPVEYOR_REPO_TAG_NAME%-%BUILD%.zip

before_deploy:
- if %BUILD% == "msvc2015_64" rename pixsrt-%APPVEYOR_REPO_TAG_NAME%-%BUILD%.zip pixsrt-%APPVEYOR_REPO_TAG_NAME%-win-64.zip
- if "%BUILD%" == "msvc2015_64" rename pixsrt-%APPVEYOR_REPO_TAG_NAME%-%BUILD%.zip pixsrt-%APPVEYOR_REPO_TAG_NAME%-win-64.zip

deploy:
force_update: true
Expand Down

0 comments on commit aa4ed3d

Please sign in to comment.