mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 20:09:24 +00:00
Download benchmark report zip file in CI workflow
This commit is contained in:
3
.github/workflows/docs-and-testcov.yml
vendored
3
.github/workflows/docs-and-testcov.yml
vendored
@@ -115,7 +115,8 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
curl -L -H "Authorization: Bearer ${{ secrets.CUSTOM_GH_TOKEN }}" "$artifact_url"
|
||||
curl -L -H "Authorization: Bearer ${{ secrets.CUSTOM_GH_TOKEN }}" \
|
||||
"$artifact_url" -o benchmark-report.zip
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user