diff --git a/.github/workflows/Build_Executable.yml b/.github/workflows/Build_Executable.yml index f1dfce3..56f9c40 100644 --- a/.github/workflows/Build_Executable.yml +++ b/.github/workflows/Build_Executable.yml @@ -24,7 +24,7 @@ jobs: python-version: "3.8.10" - name: Install requirements - # working-directory: # can remove this field if your working directory is root + working-directory: . # # can remove this field if your working directory is root run: pip install -r requirements.txt - name: Install Pyinstaller