diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 459af536..d515769b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - - name: Build with pyinstaller + - name: Build with cx_Freeze run: python torrent-client/setup.py build - name: Publish