diff options
-rw-r--r-- | .github/workflows/benchmark.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f02b88a42..7e8259d27 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml | |||
@@ -78,7 +78,7 @@ jobs: | |||
78 | cat benchmark.json build-time.json startup-time.json | 78 | cat benchmark.json build-time.json startup-time.json |
79 | 79 | ||
80 | - name: Upload benchmark result | 80 | - name: Upload benchmark result |
81 | uses: './.github/actions/reusable-deploy.yml' | 81 | uses: './.github/actions/reusable-deploy' |
82 | with: | 82 | with: |
83 | source: benchmark.json build-time.json startup-time.json | 83 | source: benchmark.json build-time.json startup-time.json |
84 | destination: peertube-stats | 84 | destination: peertube-stats |