File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,6 +147,14 @@ jobs:
147147 name : macos-arm64-ai-runtime
148148 path : dist/ai-runtime
149149
150+ - name : Verify downloaded AI runtime artifacts
151+ shell : bash
152+ run : |
153+ test -f "dist/ai-runtime/OpenStudio-AI-Runtime-windows-base-x64.zip"
154+ test -f "dist/ai-runtime/OpenStudio-AI-Runtime-macos-arm64.zip"
155+ test -f "dist/ai-runtime/reports/windows-base-size-report.json"
156+ test -f "dist/ai-runtime/reports/macos-arm64-size-report.json"
157+
150158 - name : Publish AI runtime release
151159 uses : softprops/action-gh-release@v2
152160 with :
@@ -159,5 +167,5 @@ jobs:
159167 files : |
160168 dist/ai-runtime/OpenStudio-AI-Runtime-windows-base-x64.zip
161169 dist/ai-runtime/OpenStudio-AI-Runtime-macos-arm64.zip
162- dist/ai-runtime/windows-base-size-report.json
163- dist/ai-runtime/macos-arm64-size-report.json
170+ dist/ai-runtime/reports/ windows-base-size-report.json
171+ dist/ai-runtime/reports/ macos-arm64-size-report.json
You can’t perform that action at this time.
0 commit comments