diff --git a/.github/workflows/pyInstaller-build.yml b/.github/workflows/pyInstaller-build.yml index 068b346..1491a7c 100644 --- a/.github/workflows/pyInstaller-build.yml +++ b/.github/workflows/pyInstaller-build.yml @@ -26,6 +26,6 @@ jobs: - name: Build uses: sayyid5416/pyinstaller@v1 with: - spec: main.py - python_arch: matrix.PLATFORM - python_ver: matrix.CONFIG + spec: "main.py" + python_arch: ${{matrix.PLATFORM}} + python_ver: ${{matrix.CONFIG}}