Fixed appveyor.yml.
This commit is contained in:
parent
aa6a0bf192
commit
7059f14982
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ after_test:
|
|||
"%WIXBIN%\\light" -sw1076 -ext WixUIExtension -ext WixUtilExtension -cultures:en-us -loc Pandoc-en-us.wxl -out pandoc.msi wixobj\*.wixobj
|
||||
|
||||
artifacts:
|
||||
- path: %STACK_VERSION%\pandoc.zip
|
||||
- path: '%STACK_VERSION%\pandoc.zip'
|
||||
name: exe
|
||||
- path: %STACK_VERSION%\pandoc.msi
|
||||
- path: '%STACK_VERSION%\pandoc.msi'
|
||||
name: msi
|
||||
|
|
Loading…
Reference in a new issue