mirror of
https://github.com/meshtastic/python.git
synced 2026-08-04 11:02:34 -04:00
Update release.yml
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -104,7 +104,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ needs.release_create.outputs.upload_url }}
|
upload_url: ${{ needs.release_create.outputs.upload_url }}
|
||||||
asset_path: dist/meshtastic_mac
|
asset_path: dist/meshtastic
|
||||||
asset_name: meshtastic_mac
|
asset_name: meshtastic_mac
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ needs.release_create.outputs.upload_url }}
|
upload_url: ${{ needs.release_create.outputs.upload_url }}
|
||||||
asset_path: dist/meshtastic_ubuntu
|
asset_path: dist/meshtastic
|
||||||
asset_name: meshtastic_ubuntu
|
asset_name: meshtastic_ubuntu
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
||||||
@@ -164,6 +164,6 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ needs.release_create.outputs.upload_url }}
|
upload_url: ${{ needs.release_create.outputs.upload_url }}
|
||||||
asset_path: dist/meshtastic_windows
|
asset_path: dist/meshtastic.exe
|
||||||
asset_name: meshtastic_windows
|
asset_name: meshtastic_windows
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|||||||
Reference in New Issue
Block a user