fix: Actually clean target.

This commit is contained in:
Miles Johnson 2023-04-17 19:07:04 -07:00
parent c33bc5a232
commit c30f25ce4b
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@moonrepo/setup-rust", "name": "@moonrepo/setup-rust",
"version": "0.4.0", "version": "0.4.1",
"description": "A GitHub action for setting up Rust and Cargo.", "description": "A GitHub action for setting up Rust and Cargo.",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {

View file

@ -189,6 +189,7 @@ export async function saveCache() {
} }
await cleanCargoRegistry(); await cleanCargoRegistry();
await cleanTargetProfile();
core.info(`Saving cache with key ${primaryKey}`); core.info(`Saving cache with key ${primaryKey}`);