mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
package and build
This commit is contained in:
parent
7d73f7e889
commit
e1264cbb56
3
dist/index.js
vendored
3
dist/index.js
vendored
@ -486,7 +486,8 @@ class NextcloudClient {
|
|||||||
this.headers = { Authorization: 'Basic ' + Buffer.from(`${this.username}:${this.password}`).toString('base64') };
|
this.headers = { Authorization: 'Basic ' + Buffer.from(`${this.username}:${this.password}`).toString('base64') };
|
||||||
this.davClient = webdav.createClient(`${this.endpoint.href}remote.php/dav/files/${this.username}`, {
|
this.davClient = webdav.createClient(`${this.endpoint.href}remote.php/dav/files/${this.username}`, {
|
||||||
username: this.username,
|
username: this.username,
|
||||||
password: this.password
|
password: this.password,
|
||||||
|
maxBodyLength: 1024 ** 3
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
async uploadFiles(files) {
|
async uploadFiles(files) {
|
||||||
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user