appveyor.yml - really fixed artifacts.
This commit is contained in:
parent
6c86e96f9b
commit
95c37d1e1f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue