Update build_mac.yml

This commit is contained in:
mkinney authored and GitHub committed 2022-01-05 14:13:42 -08:00
1 parent f79540f197
commit bda446c7b5
1 file changed
+1
+1
View File
@@ -19,6 +19,7 @@ jobs:
run: |
pip install pyinstaller
pip install -r requirements.txt
pip install .
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
- uses: actions/upload-artifact@v2
with: