mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Download benchmark report zip file in CI workflow
This commit is contained in:
parent
efe44c7399
commit
eab1c5eec1
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
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user