mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 15:08:29 +02:00
Update index.js
This commit is contained in:
parent
bfed9b9f35
commit
b4f3704939
1 changed files with 2 additions and 4 deletions
6
dist/index.js
vendored
6
dist/index.js
vendored
|
@ -6583,8 +6583,7 @@ class DownloadHttpClient {
|
|||
})
|
||||
.pipe(destinationStream)
|
||||
.on('close', () => {
|
||||
core.info(`Called with ${isGzip}`);
|
||||
core.info(`Called with ${JSON.stringify(response)}`);
|
||||
core.info(`Called with AN ${isGzip}`);
|
||||
resolve();
|
||||
})
|
||||
.on('error', error => {
|
||||
|
@ -6601,8 +6600,7 @@ class DownloadHttpClient {
|
|||
})
|
||||
.pipe(destinationStream)
|
||||
.on('close', () => {
|
||||
core.info(`Called with ${isGzip}`);
|
||||
core.info(`Called with ${JSON.stringify(response)}`);
|
||||
core.info(`Called wit NA ${isGzip}`);
|
||||
resolve();
|
||||
})
|
||||
.on('error', error => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue