Change the cache key pattern

This commit is contained in:
Ivan Zosimov 2022-05-04 12:07:39 +02:00
parent 2d848c0e6a
commit b91ca81f0e
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ export const restoreCache = async (
);
}
const primaryKey = `${platform}-go${versionSpec}-${fileHash}`;
const primaryKey = `setup-go-${platform}-go-${versionSpec}-${fileHash}`;
core.debug(`primary key is ${primaryKey}`);
core.saveState(State.CachePrimaryKey, primaryKey);