From fc4ba11b91d04abfb9ace66fefff0dfd0ad7c314 Mon Sep 17 00:00:00 2001 From: nicos_backbase Date: Mon, 13 Oct 2025 17:42:05 +0200 Subject: [PATCH] ci: fix release issue --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 789c5e5..52a97d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -196,7 +196,7 @@ jobs: - name: Strip binary (Unix only) if: matrix.suffix == '' - run: strip target/${{ matrix.target }}/release/repos${{ matrix.suffix }} + run: strip repos-${{ matrix.target }} - name: Create archive shell: bash