diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cff3252..2dab6c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: shell: bash - name: Strip binary - if: runner.os != 'Windows' + if: runner.os != 'Windows' && !matrix.use_cross run: strip target/${{ matrix.target }}/release/${{ steps.binary.outputs.name }} - name: Package