mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-28 13:46:09 +02:00
test
This commit is contained in:
parent
d873964202
commit
e97b799152
1428
dist/index.js
vendored
1428
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -131,6 +131,7 @@ export class NextcloudClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await Promise.all(copies);
|
await Promise.all(copies);
|
||||||
|
core.info(`files: ${await fs.readdir(artifactPath)}`);
|
||||||
|
|
||||||
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);
|
||||||
@ -184,7 +185,7 @@ export class NextcloudClient {
|
|||||||
headers: this.headers,
|
headers: this.headers,
|
||||||
body: JSON.stringify(body),
|
body: JSON.stringify(body),
|
||||||
});
|
});
|
||||||
|
res.status
|
||||||
core.info(await res.text())
|
core.info(await res.text())
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user