Skip to content

Commit

Permalink
regenerate schema with new target.artifacts field
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisLaw committed Feb 4, 2025
1 parent 7ab3dd6 commit 2581007
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/spec.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,10 @@
"package_config": {
"$ref": "#/$defs/PackageConfig",
"description": "PackageConfig is the configuration to use for artifact targets, such as\nrpms, debs, or zip files containing Windows binaries"
},
"artifacts": {
"$ref": "#/$defs/Artifacts",
"description": "Artifacts describes all of the artifact configurations to include for this specific target."
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 2581007

Please sign in to comment.