Update upload-artifact for @actions/artifact@v2

This commit is contained in:
Bethany
2023-08-24 11:01:45 -07:00
parent 65d862660a
commit 99700c1456
3 changed files with 116054 additions and 5511 deletions

View File

@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"release": "ncc build src/upload-artifact.ts && git add -f dist/",
"release": "ncc build src/upload-artifact.ts && git add -f dist/index.js",
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build\"",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",