mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-07-13 05:35:38 +02:00
test
This commit is contained in:
@ -178,6 +178,8 @@ export class NextcloudClient {
|
||||
const timer = setTimeout(() => {}, 20_000);
|
||||
await fileStreamPromise
|
||||
await remoteStreamPromise
|
||||
// Wait for file to be processed
|
||||
await new Promise(resolve => setTimeout(resolve, 1_000));
|
||||
|
||||
clearTimeout(timer);
|
||||
return remoteFilePath
|
||||
|
Reference in New Issue
Block a user