appveyor.yml - really fixed artifacts.

This commit is contained in:
John MacFarlane 2017-05-19 18:40:14 +02:00
parent 6c86e96f9b
commit 95c37d1e1f

View file

@ -58,7 +58,7 @@ after_test:
"%WIXBIN%\\light" -sw1076 -ext WixUIExtension -ext WixUtilExtension -cultures:en-us -loc Pandoc-en-us.wxl -out "pandoc-%STACK_VERSION%.msi" wixobj\*.wixobj "%WIXBIN%\\light" -sw1076 -ext WixUIExtension -ext WixUtilExtension -cultures:en-us -loc Pandoc-en-us.wxl -out "pandoc-%STACK_VERSION%.msi" wixobj\*.wixobj
artifacts: artifacts:
- path: 'pandoc-%STACK_VERSION%.zip' - path: 'windows\pandoc-%STACK_VERSION%.zip'
name: exe name: exe
- path: 'pandoc-%STACK_VERSION%.msi' - path: 'windows\pandoc-%STACK_VERSION%.msi'
name: msi name: msi