Skip to content

Frame buildup fix

Frame buildup fix #44

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: Babble.CPU
- uses: actions/upload-artifact@v2
with:
name: name-of-artifact
path: src/dist/windows