Skip to content

Commit 954d30c

Browse files
author
dingo35
committed
pio-release.yaml: only release dist.zip, strip firmware.[debug.]signed.bin
1 parent 9a96fb6 commit 954d30c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/pio-release.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,3 @@ jobs:
6060
asset_path: ./${{ steps.tag.outputs.tag }}-dist.zip
6161
asset_name: ${{ steps.tag.outputs.tag }}-dist.zip
6262
asset_content_type: application/zip
63-
- name: Upload Release Asset2
64-
id: upload-release-asset2
65-
uses: actions/upload-release-asset@v1
66-
env:
67-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68-
with:
69-
upload_url: ${{ steps.create_release.outputs.upload_url }}
70-
asset_path: ./dist/${{ needs.build.outputs.artifact }}/firmware.signed.bin
71-
asset_name: firmware.signed.bin
72-
asset_content_type: application/octet-stream
73-
- name: Upload Release Asset3
74-
id: upload-release-asset3
75-
uses: actions/upload-release-asset@v1
76-
env:
77-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78-
with:
79-
upload_url: ${{ steps.create_release.outputs.upload_url }}
80-
asset_path: ./dist/${{ needs.build.outputs.artifact }}/firmware.debug.signed.bin
81-
asset_name: firmware.debug.signed.bin
82-
asset_content_type: application/octet-stream
83-

0 commit comments

Comments
 (0)