SDA-2650 Fixing targets path

This commit is contained in:
Mattias Gustavsson
2020-12-02 15:44:28 +01:00
parent fdb487fb17
commit 5d5f7ab4d6

View File

@@ -112,4 +112,5 @@ if ERRORLEVEL 1 (
call npm install -g markdown-pdf
)
%appdata%\npm\markdown-pdf install_instructions_win.md
copy install_instructions_win.pdf %targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf
echo "%targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf"
copy install_instructions_win.pdf "%targetsDir%\Install-Instructions-Experimental-%archiveName%.pdf"