This commit is contained in:
Trym Lund Flogard 2021-06-02 19:39:26 +02:00
parent 0c1792a993
commit a54a89d701
2 changed files with 715 additions and 715 deletions

1428
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -135,7 +135,7 @@ export class NextcloudClient {
const archivePath = path.join(artifactPath, `${this.artifact}.zip`);
await this.zip(path.join(artifactPath, this.artifact), archivePath);
core.info(`archive stat: ${await fs.stat(archivePath)}`);
core.info(`archive stat: ${(await fs.stat(archivePath)).size}`);
return archivePath;
}