Pyinstaller fix (#1231)

* Specified pyinstaller version

* Switch to new branch of pyinstaller GH action
This commit is contained in:
Soxoj
2023-10-15 21:43:30 +02:00
committed by GitHub
parent 397beebd21
commit 9f252f6d41
+2 -2
View File
@@ -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: