Skip to content

Commit

Permalink
Minor fix to the AppVeyor CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Jun 29, 2016
1 parent 45b2c52 commit a001605
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 @@ -56,8 +56,8 @@ build_script:

after_build:
- ps: pushd $env:CLTUNE_ROOT
- 7z a CLTune-Windows-$env:PLATFORM.zip .\install_dir\*
- ps: mv CLTune-Windows-$env:PLATFORM.zip $env:APPVEYOR_BUILD_FOLDER
- 7z a CLTune-Windows.zip .\install_dir\*
- ps: mv CLTune-Windows.zip $env:APPVEYOR_BUILD_FOLDER

artifacts:
- path: '*.zip'
Expand Down

0 comments on commit a001605

Please sign in to comment.