Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 918 Bytes

File metadata and controls

39 lines (26 loc) · 918 Bytes
description Obtain app from a GitHub release.

GitHub Release

Mandatory Fields

  • "type" - Type of source. "url" is one of them.

{% content-ref url="../" %} .. {% endcontent-ref %}

  • "format" - The format of the download provided by the source. For example, "zip".

{% content-ref url="../format.md" %} format.md {% endcontent-ref %}

  • "repository" - Location for the repository.

{% content-ref url="repository.md" %} repository.md {% endcontent-ref %}

  • "file" - The archive file to obtain from inside the github release (automatically extracted and deleted).

{% content-ref url="file.md" %} file.md {% endcontent-ref %}

Optional Fields

  • "additional_files" - Additional files that should be downloaded from the github release.

{% content-ref url="additional-files.md" %} additional-files.md {% endcontent-ref %}