diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index dd81329..10f327b 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -44,7 +44,7 @@ jobs: pip install path - name: Run PyInstaller build run: | - pyinstaller cq-cli_pyinstaller.spec ${{ github.event.inputs.type }} + pyinstaller pyinstaller.spec ${{ github.event.inputs.type }} - uses: actions/upload-artifact@v2 with: name: cq-cli-MacOS