diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53b8e68..8f0092b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,9 +38,7 @@ jobs: pip install pyinstaller - name: Build with pyinstaller for ${{ matrix.config.os }} - run: | - cd scripts - pyinstaller main.py --onefile --noconsole + run: pyinstaller scripts/main.py --onefile --noconsole - name: Rename builded app run: mv ./dist ./dist-${{ matrix.config.os }}