Build dist

pull/242/head
Vladimir Safonkin 3 years ago committed by redanthrax
parent 58eb98df50
commit 2fcb1c2f2a

@ -60011,7 +60011,7 @@ const cachePackages = () => __awaiter(void 0, void 0, void 0, function* () {
return; return;
} }
const cacheId = yield cache.saveCache(cachePaths, primaryKey); const cacheId = yield cache.saveCache(cachePaths, primaryKey);
if (cacheId == -1) { if (cacheId === -1) {
return; return;
} }
core.info(`Cache saved with the key: ${primaryKey}`); core.info(`Cache saved with the key: ${primaryKey}`);

Loading…
Cancel
Save