diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 64463ef..75d6995 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -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: