[bot] Update dist directory

This commit is contained in:
bot-githubaction
2025-04-02 18:40:34 +00:00
parent bc00207b7b
commit 294c8b805a
10 changed files with 10 additions and 10 deletions

View File

@@ -142812,7 +142812,7 @@ function handlePostActionError(error) {
}
}
else {
core.warning(`Unhandled error in Gradle post-action - job will continue: ${error}`);
core.warning(`Unhandled error in Gradle post-action. Job will continue: ${error}`);
if (error instanceof Error && error.stack) {
core.info(error.stack);
}

File diff suppressed because one or more lines are too long