Enhance artifact handling and display for action builds

Extended artifact metadata to include workflow run ID and head SHA. Updated backend to filter artifacts by environment and provide additional metadata. Improved frontend to display new artifact details and adjusted UI for better clarity.
This commit is contained in:
手瓜一十雪
2026-01-03 15:28:18 +08:00
parent 621b69e79e
commit 8148fe16db
4 changed files with 68 additions and 30 deletions

View File

@@ -83,6 +83,8 @@ export default class WebUIManager {
createdAt?: string;
expiresAt?: string;
size?: number;
workflowRunId?: number;
headSha?: string;
}>;
pagination: {
page: number;