Grab executable from correct directory

This commit is contained in:
2023-09-22 22:57:37 -05:00
parent 1f32b91a0b
commit a29c3044ba

View File

@@ -46,7 +46,7 @@ jobs:
mkdir packageDir mkdir packageDir
pushd packageDir pushd packageDir
mv ../TestTaker.exe . mv '${{github.workspace}}'/build/TestTaker.exe .
windeployqt.exe -svg --release --no-compiler-runtime --no-opengl-sw --no-translations TestTaker.exe windeployqt.exe -svg --release --no-compiler-runtime --no-opengl-sw --no-translations TestTaker.exe
7z a -r ../${APPNAME} * 7z a -r ../${APPNAME} *