Skip to content

Commit dd64cc9

Browse files
author
Vladimir Safonkin
committed
Build dist
1 parent 9eecd2d commit dd64cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/cache-save/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60011,7 +60011,7 @@ const cachePackages = () => __awaiter(void 0, void 0, void 0, function* () {
6001160011
return;
6001260012
}
6001360013
const cacheId = yield cache.saveCache(cachePaths, primaryKey);
60014-
if (cacheId == -1) {
60014+
if (cacheId === -1) {
6001560015
return;
6001660016
}
6001760017
core.info(`Cache saved with the key: ${primaryKey}`);

0 commit comments

Comments
 (0)