Compare commits
3 Commits
5cf9764c4d
...
8d14133793
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d14133793 | |||
| d652f38c41 | |||
| 2be1d4d8d5 |
@ -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