diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53e43406..3033cc4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,6 @@ jobs: command: build target: ${{ matrix.target }} args: --profile release-ci --target ${{ matrix.target }} --locked --no-default-features --features rustls ${{ matrix.additional_args }} - strip: true - name: Upload binaries to release uses: svenstaro/upload-release-action@v2 with: