summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d61462224..4f7a94ced 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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