Skip to content

Commit

Permalink
Update pyInstaller-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XDzzzzzZyq authored Feb 22, 2024
1 parent a83fce3 commit b2a7ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyInstaller-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit b2a7ff9

Please sign in to comment.