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