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

Commit 5185a1f

Browse files
committed
fix: update release workflow to use correct build_zipapp.py path
- Changed path from build_zipapp.py to tools/build_zipapp.py - Fixes build failure after reorganizing tools directory
1 parent 6e5a3b6 commit 5185a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.10'
2424

2525
- name: Build zipapp
26-
run: python build_zipapp.py
26+
run: python tools/build_zipapp.py
2727

2828
- name: Verify build
2929
run: |

0 commit comments

Comments
 (0)