We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b03a30 commit 3587b1bCopy full SHA for 3587b1b
.github/workflows/micropython.yml
@@ -127,11 +127,6 @@ jobs:
127
128
- name: Upload .uf2
129
if: github.event_name == 'release'
130
- uses: actions/upload-release-asset@v1
131
- env:
132
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: softprops/action-gh-release@v2
133
with:
134
- asset_path: build-${{ matrix.name }}/firmware.uf2
135
- upload_url: ${{ github.event.release.upload_url }}
136
- asset_name: ${{ env.RELEASE_FILE }}.uf2
137
- asset_content_type: application/octet-stream
+ files: build-${{ matrix.name }}/${{ env.RELEASE_FILE }}.uf2
0 commit comments