Skip to content

Latest commit

 

History

History
 
 

upload-assets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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 installed via NPM. To install:

npm i --save-dev @auto-it/upload-assets
# or
yarn add -D @auto-it/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"]]
  ]
}