collect the meshtastic libs

This commit is contained in:
Mike Kinney
2022-01-05 13:34:28 -08:00
parent 541d19cafb
commit 39f97166b0
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: |
pip install pyinstaller
pip install -r requirements.txt
pyinstaller -F -n meshtastic meshtastic/__main__.py
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
- uses: actions/upload-artifact@v2
with:
name: meshtastic

View File

@@ -19,7 +19,7 @@ jobs:
run: |
pip install pyinstaller
pip install -r requirements.txt
pyinstaller -F -n meshtastic meshtastic/__main__.py
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
- uses: actions/upload-artifact@v2
with:
name: meshtastic

View File

@@ -19,7 +19,7 @@ jobs:
run: |
pip install pyinstaller
pip install -r requirements.txt
pyinstaller -F -n meshtastic meshtastic/__main__.py
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
- uses: actions/upload-artifact@v2
with:
name: meshtastic