File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,8 @@ jobs:
262
262
echo "IMAGE_TAG=${IMAGE_TAG}" >> "$GITHUB_OUTPUT"
263
263
echo "OUTPUT_IMAGE=${{ env.IMAGE_REGISTRY}}:${{ inputs.target }}-${IMAGE_TAG}" >> "$GITHUB_OUTPUT"
264
264
265
+ echo "SANITIZED_PLATFORM=$(echo "${{ inputs.platform }}" | sed 's/[^a-zA-Z0-9._-]/_/g')" >> "$GITHUB_OUTPUT"
266
+
265
267
# endregion
266
268
267
269
# region Image build
@@ -686,7 +688,7 @@ jobs:
686
688
- uses : actions/upload-artifact@v4
687
689
if : ${{ !cancelled() && fromJson(inputs.github).event_name == 'pull_request' && contains(inputs.target, 'codeserver') }}
688
690
with :
689
- name : " ${{ inputs.target }}_playwright-report"
691
+ name : " ${{ inputs.target }}_${{ steps.calculated_vars.outputs.SANITIZED_PLATFORM }} _playwright-report"
690
692
path : tests/browser/playwright-report/
691
693
retention-days : 30
692
694
You can’t perform that action at this time.
0 commit comments