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 8335d2b commit a83fce3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pyInstaller-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build with PyInstaller
on: [push]

jobs:
build-linux:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
Expand All @@ -26,6 +26,6 @@ jobs:
- name: Build
uses: sayyid5416/pyinstaller@v1
with:
inputs.spec: main.py
inputs.python_arch: matrix.PLATFORM
inputs.python_ver: matrix.CONFIG
spec: main.py
python_arch: matrix.PLATFORM
python_ver: matrix.CONFIG

0 comments on commit a83fce3

Please sign in to comment.