From d821542b9252a85508bec7741cc08510e30fe5b2 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Tue, 23 Jul 2024 23:21:30 -0500 Subject: [PATCH] try this? --- .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 0c0d0df30e..c5edc35197 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-data=bikeshed --name=bikeshed ./bikeshed.py # ./bikeshed/__main__.py + - run: pyinstaller -y --collect-all=. --name=bikeshed ./bikeshed.py # ./bikeshed/__main__.py - uses: actions/upload-artifact@v4 with: name: bikeshed-${{ matrix.target }}