diff --git a/.github/scripts/performance-benchmarking/run-benchmarks.sh b/.github/scripts/performance-benchmarking/run-benchmarks.sh index 8b9bde1533..5a413e2f03 100755 --- a/.github/scripts/performance-benchmarking/run-benchmarks.sh +++ b/.github/scripts/performance-benchmarking/run-benchmarks.sh @@ -40,7 +40,7 @@ out=$(KUBECONFIG="$KUBECONFIG" kubectl wait job/"$jobname" --for=condition=compl if [ "$out" != "job.batch/$jobname condition met" ]; then KUBECONFIG="$KUBECONFIG" kubectl logs job/"$jobname" -n performance-benchmarking else - echo "::set-output name=object-key::$timeprefix/$actorprefix/compare-results.log" + echo "::set-output name=object-key::$timeprefix/$actorprefix/comparison-results.log" fi KUBECONFIG="$KUBECONFIG" kubectl delete job/"$jobname" -n performance-benchmarking