mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-26 16:38:28 +02:00
add runAttempt to s3Prefix
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
This commit is contained in:
parent
0504774707
commit
eb9aade5ca
4 changed files with 8 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
"description": "Download a build artifact that was previously uploaded in the workflow by the upload-artifact action",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"all": "npm run format && npm run build && npm run release",
|
||||
"build": "tsc",
|
||||
"release": "ncc build src/download-artifact.ts",
|
||||
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:build\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue