Skip to content

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Apr 12, 2024
1 parent 9413743 commit 8cee848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cee848

Please sign in to comment.