Skip to content

Package Application with Pyinstaller for Windows #6

Package Application with Pyinstaller for Windows

Package Application with Pyinstaller for Windows #6

name: Package Application with Pyinstaller for Windows
on:
release:
types: [created]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: .
spec: molclass.spec
- uses: actions/upload-artifact@v2
with:
name: name-of-artifact
path: dist/windows