summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-19 18:40:14 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-19 18:40:14 +0200
commit95c37d1e1f70ed1e4e48719c147488579399ecc0 (patch)
treef9080137ce79e4eb73ec5cc2cabff904ccc3ff97
parent6c86e96f9beba02c98d80922cf9761b39c45220d (diff)
appveyor.yml - really fixed artifacts.
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0c4793e28..8216b248b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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
artifacts:
- - path: 'pandoc-%STACK_VERSION%.zip'
+ - path: 'windows\pandoc-%STACK_VERSION%.zip'
name: exe
- - path: 'pandoc-%STACK_VERSION%.msi'
+ - path: 'windows\pandoc-%STACK_VERSION%.msi'
name: msi