mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 08:10:06 +08:00
Temporarily disable uploading debug artifacts
This commit is contained in:
2
lib/debug-artifacts.js
generated
2
lib/debug-artifacts.js
generated
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user