mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-07-26 02:50:20 +02:00
package and build
This commit is contained in:
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.davClient = webdav.createClient(`${this.endpoint.href}remote.php/dav/files/${this.username}`, {
|
||||
username: this.username,
|
||||
password: this.password
|
||||
password: this.password,
|
||||
maxBodyLength: 1024 ** 3
|
||||
});
|
||||
}
|
||||
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
Reference in New Issue
Block a user