1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-07-14 14:13:51 +02:00

Update index.js

This commit is contained in:
Austin Sasko 2022-03-18 18:28:45 -04:00 committed by GitHub
parent 5d453df1db
commit 8e0ac783cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
dist/index.js vendored
View file

@ -6565,6 +6565,8 @@ class DownloadHttpClient {
*/
pipeResponseToFile(response, destinationStream, isGzip) {
return __awaiter(this, void 0, void 0, function* () {
core.info(`Called with ${izGzip}`)
core.info(`Called with ${JSON.stringify(response)}`)
yield new Promise((resolve, reject) => {
if (isGzip) {
const gunzip = zlib.createGunzip();