Skip to content

Commit 83786bf

Browse files
committed
deduplictae artifact name
Signed-off-by: pvijayakrish <[email protected]>
1 parent 53e5174 commit 83786bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/docker-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ runs:
311311
uses: actions/upload-artifact@v4
312312
if: always()
313313
with:
314-
name: build-metrics-${{ inputs.framework }}-${{ env.PLATFORM_ARCH }}-${{ github.run_id }}-${{ job.check_run_id }}
314+
name: build-metrics-${{ inputs.framework }}-${{ inputs.target }}-${{ env.PLATFORM_ARCH }}-${{ github.run_id }}-${{ job.check_run_id }}
315315
path: build-metrics/build-${{ inputs.framework }}-${{ env.PLATFORM_ARCH }}-${{ github.run_id }}-${{ job.check_run_id }}.json
316316
retention-days: 7
317317

0 commit comments

Comments
 (0)