ci: use pwd -W for windows path

This commit is contained in:
itsmattkc
2021-03-24 00:37:23 +11:00
parent ac33767a68
commit 1d430e5715
+1 -1
View File
@@ -225,7 +225,7 @@ jobs:
cp $(cygpath $GITHUB_WORKSPACE)/LICENSE .
$DOWNLOAD_TOOL https://nsis.sourceforge.io/mediawiki/images/c/c7/ShellExecAsUser.zip
7z x ShellExecAsUser.zip ShellExecAsUser.dll
makensis -V4 -DX64 "-XOutFile $PKGNAME.exe" "-X!AddPluginDir $(pwd)" olive.nsi
makensis -V4 -DX64 "-XOutFile $PKGNAME.exe" "-X!AddPluginDir $(pwd -W)" olive.nsi
# Create Portable ZIP
echo -n > olive-editor/portable