actions-marketplace-validations/action-upload-release

A small GitHub Action to upload build artifacts to releases.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 11, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/diamondburned_action-upload-release@7db8db63a78c06f926781e117394719b303ddfc7 # no releases — HEAD as of 2026-07-15

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
filesA list of files to upload. If a directory is specified, all files in the directory will be uploaded.yes
release-idThe release ID to upload to. This is optional if the event that triggered this action is a release event.${{ github.event.release.id }}

no outputs