github: use default client and skip archive when uploading artifact

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-02-26 09:23:01 +01:00
parent 03628ab393
commit 5e783cc801
7 changed files with 16 additions and 96 deletions

View File

@@ -16,13 +16,13 @@
export interface UploadOpts {
filename: string;
mimeType?: string;
retentionDays?: number;
}
export interface UploadResponse {
id: number;
filename: string;
digest: string;
size: number;
url: string;
}