From 89de59584423bdb3ecf41fe196c6a368ec1762b3 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Fri, 30 Sep 2022 17:46:05 +0200 Subject: [PATCH] ci: fix app metrics conf path --- .github/workflows/metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 912a9086ac..6f991473dc 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -64,6 +64,6 @@ jobs: uses: getsentry/action-app-sdk-overhead-metrics@v1 with: name: ${{ matrix.name }} - config: ./metrics/perf/metrics-${{ matrix.platform }}.yml + config: ./metrics/metrics-${{ matrix.platform }}.yml sauce-user: ${{ secrets.SAUCE_USERNAME }} sauce-key: ${{ secrets.SAUCE_ACCESS_KEY }}