diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 80a23d4..4a3a1f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,7 @@ jobs: target: ${{ matrix.platform.target }} toolchain: ${{ matrix.toolchain }} args: "--locked --release --all-features" - strip: true + strip: false - name: Install memflowup run: cargo install --git https://github.com/memflow/memflowup