actions-marketplace-validations/Deploy Nightly

Deploy an asset to a GitHub release with date and commit hash and delete old assets.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
upload_urlGitHub upload URLyes
release_idGitHub release idyes
asset_pathPath to archive to uploadyes
asset_nameName of the file to upload with a $$ placeholder to insert date and hash intoyes
asset_content_typeContent type of the uploaded fileyes
max_releasesMaximum number of historical releases with the given asset_name to keepno7
ignore_hashIf a release asset exists associated with the current commit, upload anyway?nofalse
tokenThe Github token.no${{ github.token }}
repoOptionally specify the repository ("OwnerName/RepoName") where the release is located. Defaults to current repositoryno${{ github.repository }}
shaOptionally specify the commit SHA for release filename. Defaults to SHA that triggered the workflow. Only the first 6 characters are usedno${{ github.sha }}
namedescription
uploadedyes if a new upload has been made, no if the upload already existed
urlGitHub asset URL