Skip to content

Commit

Permalink
Try github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Veras-D committed Dec 30, 2023
1 parent 828c790 commit 13ba425
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
pip install pyinstaller
- name: Build with pyinstaller for ${{ matrix.config.os }}
run: pyinstaller scripts/main.py --onefile --noconsole
run: |
cd scripts
pyinstaller main.py --onefile --noconsole
- name: Rename builded app
run: mv ./dist ./dist-${{ matrix.config.os }}
Expand Down

0 comments on commit 13ba425

Please sign in to comment.