Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method ReleaseClient.prototype.uploadAssetsByReleaseTag
import { ReleaseClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/GitHubClients/mod.ts";

Uploads one or more assets to a release with a name that matches the given tag.

Parameters

tag: string

The tag or title of the release to upload the asset to.

filePaths: string[]

One or more relative or fully qualified paths of files to upload.

Returns

Promise<void>

An asynchronous promise of the operation.