diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 1992bcd..ec3720c 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -21,6 +21,7 @@ jobs: command: "build" target: "x86_64-unknown-linux-gnu" args: "--locked --release" + use-rust-cache: false strip: true - name: Publish artifacts and release uses: houseabsolute/actions-rust-release@v0