From eabf420ac3f4dab9b7bc2fbd6ef9839a4bee8c1a Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sun, 26 Jul 2026 19:03:54 +0200 Subject: [PATCH] ci: fix GUI smoke binary name --- .gitea/workflows/ci-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-release.yaml b/.gitea/workflows/ci-release.yaml index 7517c34..0ff88aa 100644 --- a/.gitea/workflows/ci-release.yaml +++ b/.gitea/workflows/ci-release.yaml @@ -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