We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cc1db commit 27803f4Copy full SHA for 27803f4
1 file changed
.github/workflows/manual_dist.yml
@@ -151,7 +151,7 @@ jobs:
151
- uses: actions/upload-artifact@main
152
if: ${{ github.event.inputs.dist_flag && success()}}
153
with:
154
- name: rtt_dist_${{ github.event.inputs.bsp_options }}
+ name: rtt_dist_${{ github.event.inputs.bsp_options.replace('/', '_') }}
155
path: ${{ github.workspace }}/dist/*.zip
156
157
0 commit comments