fix: dont pipe

This commit is contained in:
Tom Hu 2023-11-10 10:49:00 +11:00
parent 25aebea8e6
commit b20621fdee
No known key found for this signature in database
GPG key ID: 79155678363963D2
3 changed files with 1 additions and 3 deletions

View file

@ -34,7 +34,6 @@ try {
} else {
core.info('IT DOESNT EXIST open');
}
res.pipe(filePath);
if (fs.existsSync(filename)) {
core.info('IT EXISTS pipe');
} else {