appveyor CI: fix build output path for archiving

This commit is contained in:
Andrew Tonner 2017-01-23 00:02:30 -08:00
parent 36bddb6ded
commit 8bfa98f972
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ build_script:
%PYTHON%\python.exe c:\project\src\github.com\rakslice\macemu\SheepShaver\src\Windows\build_on_msys.py --build i686-pc-mingw32 --show-build-environment
after_build:
- 7z a sheepshaver.zip c:\project\src\github.com\rakslice\macemu\SheepShaver\SheepShaver.exe
- 7z a sheepshaver.zip c:\project\src\github.com\rakslice\macemu\SheepShaver\src\Windows\SheepShaver.exe
cache:
- C:\mingw-sheep\var -> appveyor.yml