Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Veras-D authored Dec 30, 2023
1 parent ec07bcc commit 6a4cc93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6a4cc93

Please sign in to comment.