Fix RelativeCI input issues (#18196)

This commit is contained in:
Simon Lamon 2023-10-12 14:17:13 +02:00 committed by GitHub
parent 51a6376991
commit 9f05a9679b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,4 +25,4 @@ jobs:
token: ${{ github.token }}
slug: ${{ format('{0}-{1}', matrix.bundle, matrix.build) }}
artifactName: ${{ format('{0}-bundle-stats', matrix.bundle) }}
artifactWebpackStatsFile: ${{ format('{0}-{1}.json', matrix.bundle, matrix.build) }}
webpackStatsFile: ${{ format('{0}-{1}.json', matrix.bundle, matrix.build) }}