Compare commits

..

3 Commits

Author SHA1 Message Date
8d14133793 Merge branch 'main' of https://gitea.innovedus.com/warrenchen/web_academy_prototype 2026-03-07 05:40:46 +08:00
d652f38c41 ci: set artifact retention to 3 days to prevent storage quota issues
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 05:40:20 +08:00
2be1d4d8d5 merge: resolve frontend submodule conflict, keep as normal directory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 05:26:28 +08:00
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]