fixup yaml (god do I hate yaml)

This commit is contained in:
Will Toohey
2026-04-25 23:24:20 +10:00
parent 3cef732237
commit 8c6745100c

View File

@@ -203,8 +203,9 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: astral-sh/setup-uv@v7
- name: Install ifstools (builds the native extension via maturin)
run: uv venv --clear
run: uv pip install . pyinstaller==6.19.0
run: |
uv venv --clear
uv pip install . pyinstaller==6.19.0
- name: Build standalone exe
run: uv run pyinstaller --onefile --name ifstools ifstools_bin.py
- uses: actions/upload-artifact@v6