Skip to content

Commit

Permalink
Fix RelativeCI input issues (#18196)
Browse files Browse the repository at this point in the history
  • Loading branch information
silamon authored Oct 12, 2023
1 parent 51a6376 commit 9f05a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/relative-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}

0 comments on commit 9f05a96

Please sign in to comment.