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 43dc907 commit 8c947eeCopy full SHA for 8c947ee
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Upload Release
35
uses: ncipollo/release-action@v1
36
with:
37
- artifacts: '/tmp/tt-demo-rp2040.uf2'
+ artifacts: "/tmp/tt-demo-rp2040-${{ github.ref_name }}.uf2"
38
token: ${{ secrets.GITHUB_TOKEN }}
39
generateReleaseNotes: true
40
0 commit comments