Skip to content

Update README.md

Update README.md #3

Workflow file for this run

on:
push:
branches:
- main
- release/*
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PyInstaller Windows
uses: JackMcKew/[email protected]
with:
path: .
- uses: actions/upload-artifact@v2
with:
name: Windows-Build
path: dist