1 Commits

Author SHA1 Message Date
forust eabf420ac3 ci: fix GUI smoke binary name
ci-release / verify (push) Failing after 2m20s
ci-release / publish-linux-amd64 (push) Has been skipped
2026-07-26 19:03:54 +02:00
+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