Skip to content

Commit

Permalink
Update build-pid-sim-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavjd authored Nov 17, 2024
1 parent 1e217bd commit b726300
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-pid-sim-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ jobs:
run: |
pip install pyinstaller
- name: Display directory structure (для отладки)
run: |
dir /s /b
- name: Build executable with PyInstaller
run: |
pyinstaller --onefile --name pid-sim gui/main.py
pyinstaller --onefile --name pid-sim src/gui/main.py
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b726300

Please sign in to comment.