Skip to content

Commit

Permalink
exact name
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Dec 26, 2024
1 parent 49e56c4 commit 67f211a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cd pyinstaller
python3 -m pip install wheel setuptools build
python3 -m build .
python3 -m pip install dist\*.whl
python3 -m pip install dist\pyinstaller-6.11.1-py3-none-any.whl
- name: Build
run: python3 build.py --build_exe
Expand Down

0 comments on commit 67f211a

Please sign in to comment.