From 36d3d187ec1c50548889097f5f6b7ac6a4779689 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 13 Dec 2025 03:49:41 +0900 Subject: [PATCH] fixup! Add benchmarks --- .gitea/workflows/benchmark.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/benchmark.yaml b/.gitea/workflows/benchmark.yaml index 5d4c02f..4322a3e 100644 --- a/.gitea/workflows/benchmark.yaml +++ b/.gitea/workflows/benchmark.yaml @@ -34,7 +34,7 @@ jobs: - name: Upload benchmark JSON report uses: https://git.pvv.ntnu.no/Projects/rsync-action@v1 with: - source: ./benchmark/*/*.json + source: ./benchmark/**/*.json target: ${{ gitea.ref_name }}/benchmark/${{ github.run_id }}/benchmark.json username: gitea-web ssh-key: ${{ secrets.WEB_SYNC_SSH_KEY }}