Skip to content

Commit 4ae52e8

Browse files
authored
Update manual_dist.yml
1 parent 27803f4 commit 4ae52e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual_dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ 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.replace('/', '_') }}
154+
name: rtt_dist_bsp
155155
path: ${{ github.workspace }}/dist/*.zip
156156

157157
- uses: actions/upload-artifact@main
158158
if: ${{ github.event.inputs.dist_flag && success()}}
159159
with:
160-
name: rtt_bsp_${{ github.event.inputs.bsp_options }}
160+
name: rtt_bsp_fold
161161
path: ${{ github.workspace }}/bsp/${{ github.event.inputs.bsp_options }}/*

0 commit comments

Comments
 (0)