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
e97b799152
commit
0c1792a993
1425
dist/index.js
vendored
1425
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -131,10 +131,11 @@ export class NextcloudClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await Promise.all(copies);
|
await Promise.all(copies);
|
||||||
core.info(`files: ${await fs.readdir(artifactPath)}`);
|
core.info(`files: ${await fs.readdir(path.join(artifactPath, this.artifact))}`);
|
||||||
|
|
||||||
const archivePath = path.join(artifactPath, `${this.artifact}.zip`);
|
const archivePath = path.join(artifactPath, `${this.artifact}.zip`);
|
||||||
await this.zip(path.join(artifactPath, this.artifact), archivePath);
|
await this.zip(path.join(artifactPath, this.artifact), archivePath);
|
||||||
|
core.info(`archive stat: ${await fs.stat(archivePath)}`);
|
||||||
|
|
||||||
return archivePath;
|
return archivePath;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user