Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Dec 21, 2024
1 parent 418abc9 commit 4896492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-step-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
'content-length': fileStat.size,
},
name: file,
file: fs.createReadStream(filePath),
data: fs.createReadStream(filePath),
});
console.log(`Uploaded asset: ${file}`);
Expand Down

0 comments on commit 4896492

Please sign in to comment.