Update main.yml

This commit is contained in:
Alex Spataru 2021-01-13 21:58:19 -05:00 committed by GitHub
parent 0e70b140dc
commit c02b4f4e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,9 +197,7 @@ jobs:
run: |
mkdir bin
move release/${{env.EXECUTABLE}}.exe bin
cd bin
windeployqt bin/${{env.EXECUTABLE}}.exe -qmldir="${{env.QML_DIR_WIN}}" --compiler-runtime
cd ..
mkdir "${{env.APPLICATION}}"
move bin "${{env.APPLICATION}}"