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:
parent
5d453df1db
commit
8e0ac783cd
1 changed files with 2 additions and 0 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue