Skip to content

Merge pull request #40 from Project-Babble/dependabot/pip/pillow-10.2.0 #63

Merge pull request #40 from Project-Babble/dependabot/pip/pillow-10.2.0

Merge pull request #40 from Project-Babble/dependabot/pip/pillow-10.2.0 #63

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@v2
with:
name: BabbleApp
path: BabbleApp/dist/windows