diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f1d3188..101221d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: run: pip install -r requirements.txt - name: Build with cx_Freeze - run: python torrent-client/setup.py build + run: python python_rpc/setup.py build - name: Build Linux if: matrix.os == 'ubuntu-latest'