Skip to content

Commit

Permalink
ci: fix app metrics conf path
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Sep 30, 2022
1 parent 630c7d9 commit 89de595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 89de595

Please sign in to comment.