Merge pull request #1154 from johankwarnmarksymphony/master

Update path to root
This commit is contained in:
Johan Kwarnmark 2020-12-16 15:00:00 +01:00 committed by GitHub
commit 7a6dec84c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,11 +169,11 @@ if ERRORLEVEL 1 (
echo "Generating installation instructions"
call %appdata%\npm\markdown-pdf install_instructions_win.md
copy install_instructions_win.pdf "%targetsDir%\Install-Instructions-%archiveName%.pdf"
echo Generate release notes
cd %CD%
call %appdata%\npm\markdown-pdf RELEASE_NOTES.md
copy install_instructions_win.pdf "%targetsDir%\Install-Instructions-%archiveName%.pdf"
copy RELEASE_NOTES.pdf "%targetsDir%\Release-Notes-%archiveName%.pdf"
echo "All done, job successfull :)"