mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 01:12:17 +01:00
Regenerate dist
This commit is contained in:
parent
9407981200
commit
e1c93f8b3d
2 changed files with 3 additions and 3 deletions
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
|
@ -95421,7 +95421,7 @@ function tailLog(daemonDir) {
|
|||
}
|
||||
async function netrcPath() {
|
||||
const expectedNetrcPath = external_node_path_namespaceObject.join(
|
||||
process.env["RUNNER_TEMP"] || external_node_os_.tmpdir(),
|
||||
process.env["RUNNER_TEMP"] ?? external_node_os_.tmpdir(),
|
||||
"determinate-nix-installer-netrc"
|
||||
);
|
||||
try {
|
||||
|
@ -95429,7 +95429,7 @@ async function netrcPath() {
|
|||
return expectedNetrcPath;
|
||||
} catch {
|
||||
const destinedNetrcPath = external_node_path_namespaceObject.join(
|
||||
process.env["RUNNER_TEMP"] || external_node_os_.tmpdir(),
|
||||
process.env["RUNNER_TEMP"] ?? external_node_os_.tmpdir(),
|
||||
"magic-nix-cache-netrc"
|
||||
);
|
||||
try {
|
||||
|
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue