Nightly - another attempt to fix windows.
This commit is contained in:
parent
780079aaec
commit
21b6bd623c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue