diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99495255..f1c1deb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: with: command: ${{ matrix.platform.command }} target: ${{ matrix.platform.target }} - args: "--locked --release" + args: "--release" strip: true - name: Publish artifacts and release uses: houseabsolute/actions-rust-release@v0