mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 20:32:36 +08:00
manifest-schema: Rename ManifestDownloadInfo::checksum to hash to reduce
manifest size Before: ``` wc -c manifests/* | grep total 2808686 total ``` After: ``` wc -c manifests/* | grep total 2748178 total ```
This commit is contained in:
@@ -224,7 +224,7 @@ pub struct ManifestDownloadInfo {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub url: Option<String>,
|
||||
pub etag: String,
|
||||
pub checksum: String,
|
||||
pub hash: String,
|
||||
/// Path to binaries in archive. Default to `${tool}${exe}`.
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub bin: Option<StringOrArray>,
|
||||
|
||||
Reference in New Issue
Block a user