From 8cee84881ee42b8f62ee7c4cc2e345d9c7e16274 Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Sat, 13 Apr 2024 00:25:18 +1000 Subject: [PATCH] Fix deploy script --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c35d4e0..66f8752 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -49,7 +49,7 @@ jobs: BUILD_DIRECTORY: ${{ steps.theterminal.outputs.build-directory }} INSTALL_DIRECTORY: ${{ steps.theterminal.outputs.install-directory }} run: | - macdeployqt "$BUILD_DIRECTORY/application/theTerminal*.app" -qmlimport="$INSTALL_DIRECTORY/qml" -qmldir="$SOURCE_DIRECTORY" -qmlimport=/Users/victor/Qt/6.7.0/macos/qml/ + macdeployqt "$BUILD_DIRECTORY/application/"theTerminal*.app -qmlimport="$INSTALL_DIRECTORY/qml" -qmldir="$SOURCE_DIRECTORY" -qmlimport=/Users/victor/Qt/6.7.0/macos/qml/ mkdir output mv "$BUILD_DIRECTORY/application/"theTerminal*.app ./output/ - name: Upload theterminal artifact