This Is Why We Don't Push To Production On Fridays
This commit is contained in:
@@ -82,7 +82,8 @@ jobs:
|
|||||||
python3-dev \
|
python3-dev \
|
||||||
&& python -m pip install --upgrade pip \
|
&& python -m pip install --upgrade pip \
|
||||||
&& pip install -r /app/requirements.txt \
|
&& pip install -r /app/requirements.txt \
|
||||||
&& pyinstaller --onefile --add-data "ui:ui" /app/app/wolServer.py
|
&& cd app/app \
|
||||||
|
&& pyinstaller --onefile --add-data "ui:ui" wolServer.py
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Extract ARM Executable
|
- name: Extract ARM Executable
|
||||||
|
|||||||
Reference in New Issue
Block a user