Skip to content

Commit

Permalink
Update make-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSk-p authored Mar 19, 2024
1 parent 3c06862 commit 1bf3ee8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/make-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: build with pyinstaller
run: |
cd app
pyuic5 gui/mainwindow.ui -o gui/mainwindow.py
pyinstaller --paths=gui main.py --onefile --windowed --name SmartWaterGUI.dmg
ls
ls dist
Expand All @@ -44,6 +45,7 @@ jobs:
- name: build with pyinstaller
run: |
cd app
pyuic5 gui/mainwindow.ui -o gui/mainwindow.py
pyinstaller --paths=gui main.py --onefile --windowed --name SmartWaterGUI
- uses: actions/upload-artifact@v2
with:
Expand All @@ -68,6 +70,7 @@ jobs:
- name: build with pyinstaller
run: |
cd app
pyuic5 gui/mainwindow.ui -o gui/mainwindow.py
pyinstaller --paths=gui main.py --onefile --windowed --name SmartWaterGUI
- uses: actions/upload-artifact@v2
with:
Expand All @@ -87,6 +90,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
cd app
pyuic5 gui/mainwindow.ui -o gui/mainwindow.py
pyinstaller --paths=gui main.py --onefile --windowed --name SmartWaterGUI.exe
ls dist/
- uses: actions/upload-artifact@v2
Expand All @@ -107,6 +111,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
cd app
pyuic5 gui/mainwindow.ui -o gui/mainwindow.py
pyinstaller --paths=gui main.py --onefile --windowed --name SmartWaterGUI.exe
ls dist/
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1bf3ee8

Please sign in to comment.