Skip to content

Commit 27803f4

Browse files
authored
Update manual_dist.yml
1 parent 26cc1db commit 27803f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual_dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- uses: actions/upload-artifact@main
152152
if: ${{ github.event.inputs.dist_flag && success()}}
153153
with:
154-
name: rtt_dist_${{ github.event.inputs.bsp_options }}
154+
name: rtt_dist_${{ github.event.inputs.bsp_options.replace('/', '_') }}
155155
path: ${{ github.workspace }}/dist/*.zip
156156

157157
- uses: actions/upload-artifact@main

0 commit comments

Comments
 (0)