Skip to content

Commit

Permalink
main: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Aug 15, 2020
1 parent 612da30 commit c5a6a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c5a6a71

Please sign in to comment.