Temporarily disable uploading debug artifacts

This commit is contained in:
Angela P Wen
2025-01-22 10:34:48 -08:00
parent 7e4b683a3d
commit 519de26711
4 changed files with 7 additions and 1 deletions

View File

@@ -190,6 +190,8 @@ async function uploadDebugArtifacts(logger, toUpload, rootDir, artifactName, ghV
if (toUpload.length === 0) {
return;
}
logger.info("Uploading debug artifacts is temporarily disabled");
return;
let suffix = "";
const matrix = (0, actions_util_1.getRequiredInput)("matrix");
if (matrix) {