diff --git a/.github/workflows/performance_tests.yml b/.github/workflows/performance_tests.yml index b0ad14138e..bf76a5d3c1 100644 --- a/.github/workflows/performance_tests.yml +++ b/.github/workflows/performance_tests.yml @@ -44,10 +44,10 @@ jobs: uses: actions/upload-artifact@v3 with: name: performance-test-results - path: test/performance/performance_tests.txt + path: ./test/performance/performance_results.txt - name: Slack results uses: adrey/slack-file-upload-action@1.0.5 with: token: ${{ secrets.RUBY_GITHUB_ACTIONS_BOT_WEBHOOK }} - path: ./test/performance/performance_tests.txt + path: ./test/performance/performance_results.txt channel: ruby-agent-notifications