fix windows build path in CI

This commit is contained in:
matei jordache
2026-03-30 13:36:43 -07:00
parent 4deb644d14
commit cfa1449ca5
2 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- os: windows-latest
label: Windows
build_cmd: npm run build:windows
artifact_path: desktop-dist/tono
artifact_path: desktop-dist
artifact_name: tono-windows
runs-on: ${{ matrix.os }}

2
.gitignore vendored
View File

@@ -4,6 +4,8 @@
.pytest_cache/
.coverage
.claude/
.tmp-tests/
.pytest-tmp/
pytest-cache-files-*/
desktop-build/
desktop-dist/