Skip to content

Commit 553d1d2

Browse files
committed
fix: Updated windows packaging distpath
1 parent 3177f24 commit 553d1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: uv sync --no-dev --frozen
9292
- name: Run pyinstaller
9393
run: |
94-
uv run --no-sync --with pyinstaller==6.11.0 pyinstaller --clean --distpath ../win64_dist -y windows.spec
94+
uv run --no-sync --with pyinstaller==6.11.0 pyinstaller --clean --distpath win64_dist -y windows.spec
9595
- uses: actions/upload-artifact@v4
9696
with:
9797
name: windows-artifact

0 commit comments

Comments
 (0)