add runAttempt to s3Prefix

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
This commit is contained in:
Eli Uriegas 2022-03-22 12:06:55 -07:00
parent 0504774707
commit eb9aade5ca
4 changed files with 8 additions and 2 deletions

View file

@ -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\"",