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:
parent
2be1d4d8d5
commit
d652f38c41
@ -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]
|
||||
|
||||
2
.github/workflows/build-installer.yaml
vendored
2
.github/workflows/build-installer.yaml
vendored
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user