collect the meshtastic libs

This commit is contained in:
Mike Kinney committed 2022-01-05 13:34:28 -08:00
1 parent 541d19cafb
commit 39f97166b0
3 files changed
+3 -3

No files matched your search

+1 -1
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
+1 -1
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
+1 -1
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