mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
test
This commit is contained in:
parent
0c1792a993
commit
a54a89d701
1428
dist/index.js
vendored
1428
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user