diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 124f5c0..834f10c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: command: "build" target: ${{ matrix.platform.target }} toolchain: "stable" - args: "--locked --release" + args: "--release" strip: true - name: Publish artifacts and release uses: houseabsolute/actions-rust-release@v0