mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-05-19 23:54:45 +00:00
add new artifact-digest output
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
parent
735efb4a0a
commit
c40c16d999
10 changed files with 21 additions and 6 deletions
|
@ -57,6 +57,9 @@ outputs:
|
|||
|
||||
This URL will be valid for as long as the artifact exists and the workflow run and repository exists. Once an artifact has expired this URL will no longer work.
|
||||
Common uses cases for such a download URL can be adding download links to artifacts in descriptions or comments on pull requests or issues.
|
||||
artifact-digest:
|
||||
description: >
|
||||
SHA-256 digest for the artifact that was just uploaded. Empty if the artifact upload failed.
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: '../dist/merge/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue