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