From a09806e6c836e4021711957cf130258ea6f8ca73 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 18 Jan 2024 07:55:08 -0800 Subject: [PATCH] just build --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 59f809c..417c77e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12118,7 +12118,7 @@ const gotClient = got$1.extend({ function getCacherUrl() { const runnerArch = process.env.RUNNER_ARCH; const runnerOs = process.env.RUNNER_OS; - const binarySuffix = `${runnerArch}-${runnerOs}`; + const binarySuffix = `magic-nix-cache-${runnerArch}-${runnerOs}`; const urlPrefix = `https://magic-nix-cache-priv20231208150408868500000001.s3.us-east-2.amazonaws.com`; if (coreExports.getInput('source-url')) { return coreExports.getInput('source-url'); @@ -12127,7 +12127,7 @@ function getCacherUrl() { return `${urlPrefix}/tag/${coreExports.getInput('source-tag')}/${binarySuffix}`; } if (coreExports.getInput('source-pr')) { - return `${urlPrefix}/pr_${coreExports.getInput('source-pr')}/magic-nix-cache-${binarySuffix}`; + return `${urlPrefix}/pr_${coreExports.getInput('source-pr')}/${binarySuffix}`; } if (coreExports.getInput('source-branch')) { return `${urlPrefix}/branch/${coreExports.getInput('source-branch')}/${binarySuffix}`;