diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dd815a5e..d202ccc3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,7 +58,7 @@ jobs: toolchain: ${{ matrix.rust }} - name: Build - run: cargo build --release --profile release-lto ${{ matrix.args }} + run: cargo build --profile release-lto ${{ matrix.args }} - name: Store the distribution packages uses: actions/upload-artifact@v4