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

8.1.0-canary.789.10408.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 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"]],
    // or use globs to upload multiple things
    ["upload-assets", ["./path/**/to/*.file"]]
  ]
}

/@auto-canary/upload-assets/

    Package Sidebar

    Install

    npm i @auto-canary/upload-assets

    Weekly Downloads

    8

    Version

    8.1.0-canary.789.10408.0

    License

    none

    Unpacked Size

    9.39 kB

    Total Files

    8

    Last publish

    Collaborators

    • alisowski
    • hipstersmoothie-canary