Skip to content

Commit 1c83e7d

Browse files
committed
chore: Fixed minor issue with the path
1 parent 6ae6429 commit 1c83e7d

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/ai-runtime-release.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)