mirror of
				https://github.com/trympet/nextcloud-artifacts-action.git
				synced 2025-10-30 17:46:41 +01:00 
			
		
		
		
	a
This commit is contained in:
		| @@ -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)); | ||||
|         }); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Trym Lund Flogard
					Trym Lund Flogard