Skip to content

Commit

Permalink
Pyinstaller fix (#1231)
Browse files Browse the repository at this point in the history
* Specified pyinstaller version

* Switch to new branch of pyinstaller GH action
  • Loading branch information
soxoj authored Oct 15, 2023
1 parent 397beeb commit 9f252f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@main
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: pyinstaller
path: src

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9f252f6

Please sign in to comment.