Skip to content

Commit 9be3d18

Browse files
committed
CI: correct application executable name to "qtmips_gui"
"qtrvsim_gui" leaked in during update based on changes in the QtRvSim project. Signed-off-by: Pavel Pisa <[email protected]>
1 parent 1753d18 commit 9be3d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
if: runner.os == 'Windows'
103103
working-directory: ${{ github.workspace }}/build/target
104104
shell: bash
105-
run: "windeployqt \"${{ github.workspace }}/build/target/qtrvsim_gui.exe\""
105+
run: "windeployqt \"${{ github.workspace }}/build/target/qtmips_gui.exe\""
106106

107107
- name: Test
108108
working-directory: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)