Skip to content

vesoft-inc/upload-assets

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Upload file to GitHub release assets

Upload file to release assets

Inputs

tag

Required tag name of release branch. Default ${{ github.ref }}.

asset-path

Required file path to be uploaded. Default ''.

Example usage

uses: nebula-actions/upload-assets
with:
  asset-path: /path/to/asset
  tag: tag