mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-05 23:15:32 -06:00
Grab executable from correct directory
This commit is contained in:
2
.github/workflows/build-windows.yaml
vendored
2
.github/workflows/build-windows.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
|
||||
mkdir 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
|
||||
7z a -r ../${APPNAME} *
|
||||
|
||||
Reference in New Issue
Block a user