mirror of
https://github.com/meshtastic/python.git
synced 2025-12-31 03:47:55 -05:00
Update build_mac.yml
This commit is contained in:
2
.github/workflows/build_mac.yml
vendored
2
.github/workflows/build_mac.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
pip install pyinstaller
|
||||
pip install -r requirements.txt
|
||||
pip install .
|
||||
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
|
||||
pyinstaller -F -n meshtastic --collect-all meshtastic --codesign-identity "Mike Kinney (7Z69U93GMX)" meshtastic/__main__.py
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: meshtastic
|
||||
|
||||
Reference in New Issue
Block a user