From 83fa2d5276cf40129851dccb95e84397075e3a8e Mon Sep 17 00:00:00 2001 From: mr-forust Date: Fri, 7 Aug 2026 08:36:00 +0200 Subject: [PATCH] ci: fix Verify Linux binary step to use folderscope 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 0ff88aa..684b10c 100644 --- a/.gitea/workflows/ci-release.yaml +++ b/.gitea/workflows/ci-release.yaml @@ -48,7 +48,7 @@ jobs: - name: Verify Linux binary shell: bash - run: test -x build/searchmyfiles + run: test -x build/folderscope - name: Lint YAML shell: bash