From 6a4cc93ac384d82171ec7773ede102c20a5eb767 Mon Sep 17 00:00:00 2001 From: Veras-D <110254550+Veras-D@users.noreply.github.com> Date: Sat, 30 Dec 2023 17:25:05 -0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 }}