diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index bfd47ced06..38ca429d10 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -33,7 +33,6 @@ jobs: - uses: Swatinem/rust-cache@v2 with: shared-key: unit - save-if: false - run: mkdir -p "$HOME/bin" && echo "$HOME/bin" >> "$GITHUB_PATH" - run: cargo build --all-features && cp target/debug/mise "$HOME"/bin - uses: actions/cache/restore@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19fef2cf51..b907b54c4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: - run: rustup toolchain install stable --profile minimal - uses: Swatinem/rust-cache@v2 with: - shared-key: build-tarball-${{matrix.name}} + shared-key: build-tarball - if: matrix.os == 'ubuntu' uses: taiki-e/install-action@cross - run: scripts/setup-zipsign.sh