From 45c3f00291a8c1d85b94817b164e15d19af25b6c Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Sat, 18 May 2024 12:25:03 +1000 Subject: [PATCH] Fix script casing --- .github/workflows/win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 55e0f7f..932575c 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -54,7 +54,7 @@ jobs: shell: bash run: | mkdir output - mv "$BUILD_DIRECTORY/application/"theTerminal*.exe output + mv "$BUILD_DIRECTORY/application/"theterminal*.exe output windeployqt output/theterminal*.exe --qmlimport="$INSTALL_DIRECTORY/qml" --qmldir="$SOURCE_DIRECTORY" --libdir="$INSTALL_DIRECTORY/bin" - name: Upload theterminal artifact uses: actions/upload-artifact@v4