Skip to content

Commit

Permalink
Fix issue with release deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
robgonnella committed Jul 28, 2020
1 parent 3442f16 commit 303e602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v2.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
console.log('environment', process.versions);
const url = core.getInput('upload_url', { required: true });
console.log({ upload_url: uploadUrl });
console.log({ upload_url: url });
const contentLength = (filePath) => fs.statSync(filePath).size;
Expand Down

0 comments on commit 303e602

Please sign in to comment.