From d652f38c41a9a4d512207b715d06ef46fa88d586 Mon Sep 17 00:00:00 2001 From: jim800121chen Date: Sat, 7 Mar 2026 05:40:20 +0800 Subject: [PATCH] ci: set artifact retention to 3 days to prevent storage quota issues Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/build-installer.yaml | 2 ++ .github/workflows/build-installer.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitea/workflows/build-installer.yaml b/.gitea/workflows/build-installer.yaml index 5738706..5fa39c9 100644 --- a/.gitea/workflows/build-installer.yaml +++ b/.gitea/workflows/build-installer.yaml @@ -58,6 +58,7 @@ jobs: with: name: EdgeAI-Installer-macOS path: ${{ env.WORK_DIR }}/installer/build/bin/EdgeAI-Installer-macOS.zip + retention-days: 3 build-windows: runs-on: windows-latest @@ -127,6 +128,7 @@ jobs: with: name: EdgeAI-Installer-Windows path: edge-ai-platform/installer/build/bin/EdgeAI-Installer-Windows.zip + retention-days: 3 release: needs: [build-macos, build-windows] diff --git a/.github/workflows/build-installer.yaml b/.github/workflows/build-installer.yaml index 5738706..5fa39c9 100644 --- a/.github/workflows/build-installer.yaml +++ b/.github/workflows/build-installer.yaml @@ -58,6 +58,7 @@ jobs: with: name: EdgeAI-Installer-macOS path: ${{ env.WORK_DIR }}/installer/build/bin/EdgeAI-Installer-macOS.zip + retention-days: 3 build-windows: runs-on: windows-latest @@ -127,6 +128,7 @@ jobs: with: name: EdgeAI-Installer-Windows path: edge-ai-platform/installer/build/bin/EdgeAI-Installer-Windows.zip + retention-days: 3 release: needs: [build-macos, build-windows]