From 761801e5d26a0c159097c74a74344f18e02b37be Mon Sep 17 00:00:00 2001 From: Fhilipe Coelho Date: Fri, 19 Apr 2024 16:42:09 -0300 Subject: [PATCH] build: change build torrent task name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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