mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
a
This commit is contained in:
parent
4669814861
commit
a96cb53d3a
1429
dist/index.js
vendored
1429
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -168,7 +168,8 @@ export class NextcloudClient {
|
||||
|
||||
return new Promise<string>((resolve, reject) => {
|
||||
stream.on('error', () => reject("Failed to upload file"))
|
||||
.on('close', () => resolve(remoteFilePath));
|
||||
.on('pipe', () => core.info("pipe"))
|
||||
.on('finish', () => resolve(remoteFilePath));
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user