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 aa4ed3d commit 9d74ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ build_script:

after_build:
- 7z a pixsrt-%APPVEYOR_REPO_TAG_NAME%-%BUILD%.zip .\release\*
- appveyor PushArtifact pixsrt-%APPVEYOR_REPO_TAG_NAME%-%BUILD%.zip
- if NOT "%BUILD%" == "msvc2015_64" 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" appveyor PushArtifact pixsrt-%APPVEYOR_REPO_TAG_NAME%-win-64.zip

deploy:
force_update: true
Expand Down

0 comments on commit 9d74ade

Please sign in to comment.