Skip to content

Commit

Permalink
test: upload-asset.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Dec 5, 2023
1 parent c1779bc commit 6b3a665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/release/upload-asset.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const uploadAsset = async ({
console.log(
'uploadAsset',
'foundRelease',
uploadRelease?.assets,
JSON.stringify(uploadRelease?.assets)
uploadRelease,
JSON.stringify(uploadRelease.assets)
);

const foundAsset = uploadRelease?.assets?.find(
Expand Down

0 comments on commit 6b3a665

Please sign in to comment.