Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Nov 2, 2020
1 parent fbb3505 commit 29d53d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function run() {
url: uploadUrl,
headers,
name: assetName,
file: fs.readFileSync(asset)
data: fs.readFileSync(asset)
});

console.log(uploadUrl,headers,assetName)
Expand Down

0 comments on commit 29d53d1

Please sign in to comment.