Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 8af6b78

Browse files
committed
fix: windows
1 parent 14c12f8 commit 8af6b78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/template-build-windows-x64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ jobs:
172172
- name: Run e2e tests
173173
run: |
174174
cd engine
175-
cp build/cortex build/cortex-nightly
176-
cp build/cortex build/cortex-beta
175+
cp build/cortex.exe build/cortex-nightly.exe
176+
cp build/cortex.exe build/cortex-beta.exe
177177
python -m pip install --upgrade pip
178178
python -m pip install pytest
179179
python -m pip install requests
180180
python e2e-test/main.py
181-
rm build/cortex-nightly
182-
rm build/cortex-beta
181+
rm build/cortex-nightly.exe
182+
rm build/cortex-beta.exe
183183
184184
- name: Pre-package
185185
run: |

0 commit comments

Comments
 (0)