Skip to content

Commit 8c947ee

Browse files
committed
workflow fix attempt 1
1 parent 43dc907 commit 8c947ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Upload Release
3535
uses: ncipollo/release-action@v1
3636
with:
37-
artifacts: '/tmp/tt-demo-rp2040.uf2'
37+
artifacts: "/tmp/tt-demo-rp2040-${{ github.ref_name }}.uf2"
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
generateReleaseNotes: true
4040

0 commit comments

Comments
 (0)