ci: fix GUI smoke binary name
ci-release / verify (push) Failing after 2m20s
ci-release / publish-linux-amd64 (push) Has been skipped

This commit is contained in:
2026-07-26 19:03:54 +02:00
parent 9f7908b275
commit eabf420ac3
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
shell: bash
run: |
set +e
QT_QPA_PLATFORM=offscreen timeout 3s ./build/searchmyfiles
QT_QPA_PLATFORM=offscreen timeout 3s ./build/folderscope
status="$?"
test "$status" = 0 || test "$status" = 124