chore: migrate release pipeline to signed filemap and wire rainyun s3

This commit is contained in:
lincube
2026-04-20 07:48:53 +08:00
parent 02547eeea6
commit f6a6f97e0b
22 changed files with 1078 additions and 780 deletions

View File

@@ -11,8 +11,6 @@ public sealed class ReleaseInfo
public required DateTime PublishedAt { get; init; }
public required List<ReleaseAsset> Assets { get; init; }
public string? Body { get; init; }
public string? VelopackFeedUrl { get; init; }
public string? VelopackLegacyReleasesUrl { get; init; }
}
/// <summary>