Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Veras-D committed Dec 30, 2023
2 parents 9a73923 + 6a4cc93 commit c06676d
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 c06676d

Please sign in to comment.