Add tests for E2E artifact upload

This commit is contained in:
Konrad Pabjan
2023-08-17 09:37:45 -04:00
parent c9dab8c79d
commit cf1b02a2e3
4 changed files with 26 additions and 36 deletions

View File

@@ -10,8 +10,8 @@
],
"homepage": "https://github.com/actions/toolkit/tree/main/packages/artifact",
"license": "MIT",
"main": "lib/artifact-client.js",
"types": "lib/artifact-client.d.ts",
"main": "lib/artifact.js",
"types": "lib/artifact.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"