Skip to content

Commit 127d0af

Browse files
authored
chore(ci): fix artifact discovery logic in Rsdoctor action (#12405)
* chore(CI): fix the logic of finding artifacts * chore(CI): fix the logic of finding artifacts * chore(CI): fix the logic of finding artifacts * chore(CI): fix the logic of finding artifacts
1 parent f9653b1 commit 127d0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: RSDOCTOR=true CI=true pnpm run build:cases
8282

8383
- name: Report Compressed Size
84-
uses: web-infra-dev/rsdoctor-action@a92db9e3ee802d42a74c130a9a144f053d2f13cc
84+
uses: web-infra-dev/rsdoctor-action@3576edf3ddc2c86c9651d4a916fad68013c4d6cd
8585
with:
8686
github_token: ${{ secrets.GITHUB_TOKEN }}
8787
file_path: "../build-tools-performance/**/dist/rsdoctor-data.json"

0 commit comments

Comments
 (0)