fix windows build path in CI
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
2
.gitignore
vendored
@@ -4,6 +4,8 @@
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.claude/
|
||||
.tmp-tests/
|
||||
.pytest-tmp/
|
||||
pytest-cache-files-*/
|
||||
desktop-build/
|
||||
desktop-dist/
|
||||
|
||||
Reference in New Issue
Block a user