Skip to content

Commit

Permalink
Build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Safonkin committed Jul 1, 2022
1 parent 9eecd2d commit dd64cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/cache-save/index.js
Expand Up @@ -60011,7 +60011,7 @@ const cachePackages = () => __awaiter(void 0, void 0, void 0, function* () {
return;
}
const cacheId = yield cache.saveCache(cachePaths, primaryKey);
if (cacheId == -1) {
if (cacheId === -1) {
return;
}
core.info(`Cache saved with the key: ${primaryKey}`);
Expand Down

0 comments on commit dd64cc9

Please sign in to comment.