build: change build torrent task name

This commit is contained in:
Fhilipe Coelho 2024-04-19 16:42:09 -03:00
parent 57922eaff0
commit 761801e5d2

View File

@ -47,7 +47,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pip install -r requirements.txt run: pip install -r requirements.txt
- name: Build with pyinstaller - name: Build with cx_Freeze
run: python torrent-client/setup.py build run: python torrent-client/setup.py build
- name: Publish - name: Publish