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 934ef8d commit 407f223Copy full SHA for 407f223
.github/workflows/release_bundle.yaml
@@ -117,7 +117,7 @@ jobs:
117
- name: 'Add latest firmware images'
118
uses: 'ncipollo/[email protected]'
119
with:
120
- artifacts: './firmware-*-images-${{giithub.ref_name}}/*.hex'
+ artifacts: './firmware-*-images-${{github.ref_name}}/*.hex'
121
artifactContentType: text/plain
122
allowUpdates: true
123
omitBodyDuringUpdate: true
0 commit comments