diff --git a/src/upload-artifact.ts b/src/upload-artifact.ts index 3add2597..d78e0691 100644 --- a/src/upload-artifact.ts +++ b/src/upload-artifact.ts @@ -39,7 +39,7 @@ async function run(): Promise { if (searchResult.filesToUpload.length > 10000) { core.warning( - `There are over 10,000 files in this artifact, consider create an archive before upload to improve the upload performance.` + `There are over 10,000 files in this artifact, consider creating an archive before upload to improve the upload performance.` ) }