Fix typo in windows ci build.
This commit is contained in:
parent
c78af6f3a6
commit
9570576fa9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-candidate.yml
vendored
2
.github/workflows/release-candidate.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
shell: cmd
|
||||
run: |
|
||||
for /f %%a in ('powershell -Command "Get-Date -format yyyy-MM-dd"') do set THEDATE=%%a
|
||||
stack build ${{ matrix.versions.stack_opts }}pandoc pandoc-citeproc
|
||||
stack build ${{ matrix.versions.stack_opts }} pandoc pandoc-citeproc
|
||||
for /f "tokens=1-2 delims= " %%a in ('stack exec pandoc -- --version') do (
|
||||
@set VERSION=%%b
|
||||
goto :next
|
||||
|
|
Loading…
Add table
Reference in a new issue