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.
2 parents 943ea13 + 25efb91 commit 3bc0f01Copy full SHA for 3bc0f01
.github/workflows/micropython-badger2040w.yml
@@ -151,3 +151,14 @@ jobs:
151
upload_url: ${{github.event.release.upload_url}}
152
asset_name: ${{env.RELEASE_FILE}}.uf2
153
asset_content_type: application/octet-stream
154
+
155
+ - name: Upload .uf2 + examples
156
+ if: github.event_name == 'release'
157
+ uses: actions/upload-release-asset@v1
158
+ env:
159
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
160
+ with:
161
+ asset_path: ${{env.RELEASE_FILE}}-with-examples.uf2
162
+ upload_url: ${{github.event.release.upload_url}}
163
+ asset_name: ${{env.RELEASE_FILE}}-with-examples.uf2
164
+ asset_content_type: application/octet-stream
0 commit comments