Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Update build.yml

Update build.yml #47

Workflow file for this run

name: Package exe with PyInstaller - Windows
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: .
- uses: actions/upload-artifact@v3
with:
name: FairyFishGUI.exe
path: dist/windows