diff --git a/.github/workflows/diff-test.yml b/.github/workflows/diff-test.yml index f7dcdfeba8e..d9b31ad9df1 100644 --- a/.github/workflows/diff-test.yml +++ b/.github/workflows/diff-test.yml @@ -66,7 +66,7 @@ jobs: with: source_file: 'diff_output' destination_repo: 'web-infra-dev/rspack-report-website' - destination_folder: 'diff/${{ vars.GITHUB_RUN_ID }}' + destination_folder: 'diff/${GITHUB_RUN_ID}/' user_email: 'lingyucoder@gmail.com' user_name: 'LingyuCoder' commit_message: 'Auto upload diff report' \ No newline at end of file diff --git a/.github/workflows/diff.yml b/.github/workflows/diff.yml index 16b82edf7a4..791ccf88d4b 100644 --- a/.github/workflows/diff.yml +++ b/.github/workflows/diff.yml @@ -66,7 +66,7 @@ jobs: with: source_file: 'diff_output' destination_repo: 'web-infra-dev/rspack-report-website' - destination_folder: 'diff/${{ vars.GITHUB_RUN_ID }}' + destination_folder: 'diff/${GITHUB_RUN_ID}/' user_email: 'lingyucoder@gmail.com' user_name: 'LingyuCoder' commit_message: 'Auto upload diff report'