Update build_mac.yml

This commit is contained in:
mkinney authored and GitHub committed 2022-01-05 14:09:17 -08:00
1 parent d507697e56
commit f79540f197
1 file changed
-1
-1
View File
@@ -19,7 +19,6 @@ 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: