diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index c5edc35197..ffaab38b90 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -56,7 +56,7 @@ jobs: - run: pip install -e . - run: pip install pyinstaller - run: bikeshed update - - run: pyinstaller -y --collect-all=. --name=bikeshed ./bikeshed.py # ./bikeshed/__main__.py + - run: pyinstaller -y --collect-all=bikeshed --name=bikeshed ./bikeshed.py - uses: actions/upload-artifact@v4 with: name: bikeshed-${{ matrix.target }}