From 95c37d1e1f70ed1e4e48719c147488579399ecc0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 19 May 2017 18:40:14 +0200 Subject: appveyor.yml - really fixed artifacts. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') 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 -- cgit v1.2.3