6.5.0 • Published 5 years ago

@intuit-auto/upload-assets v6.5.0

Weekly downloads
-
License
-
Repository
github
Last release
5 years ago

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 names of the account to filter

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