From 3ed043993f99aaf0753adcd30ebe681286edaa6f Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:56:19 +0200 Subject: [PATCH] Changed pyinstaller dir (#1245) --- .github/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index f6c9aa2..86bd618 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -14,7 +14,7 @@ jobs: - name: PyInstaller Windows uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3 with: - path: src + path: pyinstaller - uses: actions/upload-artifact@v2 with: