We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27803f4 commit 4ae52e8Copy full SHA for 4ae52e8
.github/workflows/manual_dist.yml
@@ -151,11 +151,11 @@ 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.replace('/', '_') }}
+ name: rtt_dist_bsp
155
path: ${{ github.workspace }}/dist/*.zip
156
157
158
159
160
- name: rtt_bsp_${{ github.event.inputs.bsp_options }}
+ name: rtt_bsp_fold
161
path: ${{ github.workspace }}/bsp/${{ github.event.inputs.bsp_options }}/*
0 commit comments