Download benchmark report zip file in CI workflow

This commit is contained in:
Palash Tyagi 2025-05-05 22:36:00 +01:00
parent efe44c7399
commit eab1c5eec1

View File

@ -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