Nightly - windows diagnostics.
This commit is contained in:
parent
f7183e57fb
commit
3b457da6dc
1 changed files with 3 additions and 1 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -2,7 +2,7 @@ name: Nightly
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '21 4 * * *'
|
||||
- cron: '21 */6 * * *'
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
|
@ -61,7 +61,9 @@ jobs:
|
|||
set SUFFIX=nightly-%THEDATE%
|
||||
set ARTIFACTS=nightly-windows
|
||||
mkdir %ARTIFACTS%
|
||||
stack path
|
||||
stack build pandoc pandoc-citeproc
|
||||
forfiles /P .\.stack-work\install /M pandoc*.exe /S /C "cmd /C echo @path %ARTIFACTS%"
|
||||
forfiles /P .\.stack-work\install /M pandoc*.exe /S /C "cmd /C copy @path %ARTIFACTS%"
|
||||
copy COPYRIGHT %ARTIFACTS%
|
||||
ren %ARTIFACTS%\pandoc pandoc-%SUFFIX%
|
||||
|
|
Loading…
Reference in a new issue