diff --git a/.github/workflows/trusted-benchmark.yml b/.github/workflows/trusted-benchmark.yml index 4dae4b0bc4f65..3d2941d87bf27 100644 --- a/.github/workflows/trusted-benchmark.yml +++ b/.github/workflows/trusted-benchmark.yml @@ -116,7 +116,7 @@ jobs: - name: Generate report working-directory: benchmark/clickbench run: | - aws s3 sync "${{ env.BENCHMARK_S3_PREFIX }}/release/${{ matrix.dataset }}/$(date -u +%Y)/$(date -u +%m)/" ./results/ + aws s3 sync "${{ env.BENCHMARK_S3_PREFIX }}/release/${{ matrix.dataset }}/$(date -u +%Y)/$(date -u +%m)/" ./results/${{ matrix.dataset }}/ ./update-results.sh ${{ matrix.dataset }} - name: Upload PR clickbench report to repo.databend.rs working-directory: benchmark/clickbench