ci: set artifact retention to 3 days to prevent storage quota issues

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jim800121chen 2026-03-07 05:40:20 +08:00
parent 2be1d4d8d5
commit d652f38c41
2 changed files with 4 additions and 0 deletions

View File

@ -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]

View File

@ -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]