From 94bd4a2df691bba3721f36772d758f28a25e239e Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Thu, 25 Jul 2024 02:32:50 -0500 Subject: [PATCH] Update pyinstaller.yml --- .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 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 }}