@intuit-auto/upload-assets
TypeScript icon, indicating that this package has built-in type declarations

6.5.0 • Public • Published

Upload Assets Plugin

Upload assets to the release. Good for executables and extra downloadable files.

Installation

This plugin is not included with the auto CLI. To install:

npm i --save-dev @intuit-auto/upload-assets
# or
yarn add -D @intuit-auto/upload-assets

Usage

Simply supply the paths to the assets to add to the release.

{
  "plugins": [
    ["upload-assets", { "assets": ["./path/to/file"] }],
    // or
    ["upload-assets", ["./path/to/file"]]
  ]
}

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @intuit-auto/upload-assets

Weekly Downloads

0

Version

6.5.0

License

none

Unpacked Size

10.2 kB

Total Files

5

Last publish

Collaborators

  • alisowski