feat.Publisher完整包上传

This commit is contained in:
lincube
2026-06-01 17:28:26 +08:00
parent 131043fe37
commit 0c8830133a
8 changed files with 245 additions and 16 deletions

View File

@@ -11,7 +11,8 @@ public sealed record PlondsDownloadInfo(
public sealed record PlondsGitHubDownloadInfo(
string ReleaseUrl,
string ManifestUrl,
string ChangedZipUrl);
string ChangedZipUrl,
string FilesZipUrl);
public sealed record PlondsS3DownloadInfo(
string Bucket,
@@ -21,4 +22,8 @@ public sealed record PlondsS3DownloadInfo(
string ChangedZipKey,
string ChangedZipUrl,
string ChangedFolderKey,
string ChangedFolderUrl);
string ChangedFolderUrl,
string FilesZipKey,
string FilesZipUrl,
string FilesFolderKey,
string FilesFolderUrl);