Skip to content

Commit

Permalink
Fix casing in script
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed May 18, 2024
1 parent cec7547 commit 8e8b9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
mkdir output
mv "$BUILD_DIRECTORY/application/"theTerminal*.exe output
windeployqt output/theTerminal*.exe --qmlimport="$INSTALL_DIRECTORY/qml" --qmldir="$SOURCE_DIRECTORY" --libdir="$INSTALL_DIRECTORY/bin"
windeployqt output/theterminal*.exe --qmlimport="$INSTALL_DIRECTORY/qml" --qmldir="$SOURCE_DIRECTORY" --libdir="$INSTALL_DIRECTORY/bin"
- name: Upload theterminal artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8e8b9f0

Please sign in to comment.