mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
Update index.js
This commit is contained in:
parent
fa8104e19f
commit
bfed9b9f35
4
dist/index.js
vendored
4
dist/index.js
vendored
@ -6583,7 +6583,7 @@ class DownloadHttpClient {
|
||||
})
|
||||
.pipe(destinationStream)
|
||||
.on('close', () => {
|
||||
core.info(`Called with ${izGzip}`);
|
||||
core.info(`Called with ${isGzip}`);
|
||||
core.info(`Called with ${JSON.stringify(response)}`);
|
||||
resolve();
|
||||
})
|
||||
@ -6601,7 +6601,7 @@ class DownloadHttpClient {
|
||||
})
|
||||
.pipe(destinationStream)
|
||||
.on('close', () => {
|
||||
core.info(`Called with ${izGzip}`);
|
||||
core.info(`Called with ${isGzip}`);
|
||||
core.info(`Called with ${JSON.stringify(response)}`);
|
||||
resolve();
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user