diff --git a/.github/workflows/create-executables.yml b/.github/workflows/create-executables.yml index a4751fb..e36d3f7 100644 --- a/.github/workflows/create-executables.yml +++ b/.github/workflows/create-executables.yml @@ -19,7 +19,7 @@ jobs: python_ver: '3.11' spec: 'main.spec' requirements: 'requirements.txt' - upload_exe_with_name: 'Zordon' + upload_exe_with_name: 'zordon-windows' pyinstaller-build-linux: runs-on: ubuntu-latest steps: @@ -29,14 +29,14 @@ jobs: 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) - uses: sayyid5416/pyinstaller@v1 - with: - python_ver: '3.11' - spec: 'main.spec' - requirements: 'requirements.txt' - upload_exe_with_name: 'Zordon' + upload_exe_with_name: 'zordon-linux' + # pyinstaller-build-macos: + # runs-on: macos-latest + # steps: + # - name: Create Executables (macOS) + # uses: sayyid5416/pyinstaller@v1 + # with: + # python_ver: '3.11' + # spec: 'main.spec' + # requirements: 'requirements.txt' + # upload_exe_with_name: 'Zordon'