Skip to content

Create main.yml

Create main.yml #1

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@v0.1.2
with:
path: .
- uses: actions/upload-artifact@v2
with:
name: packaged-application
path: dist/