Skip to content

Release v8 workbench hardening and model-pack boundary #70

Release v8 workbench hardening and model-pack boundary

Release v8 workbench hardening and model-pack boundary #70

name: Windows Installer
on:
workflow_dispatch:
push:
branches: [main]
jobs:
build-installer:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install package
shell: pwsh
run: python -m pip install ".[api,dev]"
- name: Build installer package
shell: pwsh
run: .\scripts\build-windows-installer.ps1
- name: Upload installer artifact
uses: actions/upload-artifact@v4
with:
name: MaineFamilyLawLLM-Windows-Installer
path: |
dist/windows_installer/MaineFamilyLawLLM_Installer
dist/windows_installer/MaineFamilyLawLLM_Installer.zip