Skip to content

save excluded hz in reg #7

save excluded hz in reg

save excluded hz in reg #7

Workflow file for this run

name: Build executable
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pywin32 pystray pyinstaller
- name: Run build script
run: |
.\build.bat
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: built-executable
path: |
dist/