From 9fb7fae5676ec13eac6cd421164a8a336996f624 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 23 Aug 2024 20:00:49 -0500 Subject: [PATCH] Update pyinstaller.yml --- .github/workflows/pyinstaller.yml | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 8b2a280..b42d380 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -1,4 +1,4 @@ -name: Create Executables +name: Create Executable on: workflow_dispatch: @@ -6,30 +6,10 @@ on: - types: [created] jobs: - pyinstaller-build-windows: + pyinstaller-build: runs-on: windows-latest steps: - - name: Create Executables (Windows) - uses: sayyid5416/pyinstaller@v1 - with: - python_ver: '3.11' - spec: 'main.spec' - requirements: 'requirements.txt' - upload_exe_with_name: 'Zordon' - pyinstaller-build-linux: - runs-on: ubuntu-latest - steps: - - name: Create Executables (Linux) - uses: sayyid5416/pyinstaller@v1 - with: - python_ver: '3.11' - spec: 'main.spec' - requirements: 'requirements.txt' - upload_exe_with_name: 'Zordon' - pyinstaller-build-macos: - runs-on: macos-latest - steps: - - name: Create Executables (macOS) + - name: Create Executable (Windows) uses: sayyid5416/pyinstaller@v1 with: python_ver: '3.11'