Skip to content

Commit

Permalink
Fix build pipeline with right spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
lipeeeee committed Feb 4, 2024
1 parent a208ef6 commit aa34315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build into windows EXE
run: |
pip install pyinstaller
pyinstaller driver.spec
pyinstaller build.spec

0 comments on commit aa34315

Please sign in to comment.