Nightly - another attempt to fix windows.

This commit is contained in:
John MacFarlane 2019-09-21 17:33:34 -07:00
parent 780079aaec
commit 21b6bd623c

View file

@ -61,7 +61,7 @@ jobs:
mkdir %ARTIFACTS%
dir %ARTIFACTS%
stack build pandoc pandoc-citeproc
forfiles /P .\.stack-work\install /M pandoc*.exe /S /C "cmd /C echo @path && dir @path && echo %ARTIFACTS% && dir %ARTIFACTS% && copy @path %ARTIFACTS%"
forfiles /P .\.stack-work\install /M pandoc*.exe /S /C "cmd /C echo @path && dir @path && echo %%ARTIFACTS%% && dir %%ARTIFACTS%% && copy @path %%ARTIFACTS%%"
copy COPYRIGHT %ARTIFACTS%
ren %ARTIFACTS%\COPYRIGHT COPYRIGHT.txt
echo Built from %GITHUB_SHA% > %ARTIFACTS%\README.nightly.txt