mirror of
https://github.com/Xevion/orianne.git
synced 2026-01-31 08:24:57 -06:00
Grab executable from correct directory
This commit is contained in:
Vendored
+1
-1
@@ -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