Skip to content

Fix: Camera address box size, comment out cam list print #111

Fix: Camera address box size, comment out cam list print

Fix: Camera address box size, comment out cam list print #111

Workflow file for this run

name: Package Application with Pyinstaller
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: BabbleApp
- uses: actions/upload-artifact@v4
with:
name: BabbleApp
path: BabbleApp/dist/windows