From c5a6a7120417fda051bda8e6d4188aded2810030 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 15 Aug 2020 11:33:22 +0200 Subject: [PATCH] main: fix variable name --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 789f15e2..b45bf6f4 100644 --- a/main.js +++ b/main.js @@ -97,7 +97,7 @@ async function main() { const size = filesize(artifact.size_in_bytes, { base: 10 }) - console.log("==> Downloading:", name + ".zip", `(${size})`) + console.log("==> Downloading:", artifact.name + ".zip", `(${size})`) const zip = await client.actions.downloadArtifact({ owner: owner,