Create executables for all platforms, not just Windows

This commit is contained in:
2024-08-23 19:46:35 -05:00
committed by GitHub
parent 18873cec6f
commit 80b0adb2ad

View File

@@ -1,4 +1,4 @@
name: Create Executable (Windows)
name: Create Executables
on:
workflow_dispatch:
@@ -7,9 +7,9 @@ on:
jobs:
pyinstaller-build:
runs-on: windows-latest
runs-on: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Create Executable (Windows)
- name: Create Executables
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.11'