From 48db81907d0fd0046fe1ec81bc9b1372757e07b6 Mon Sep 17 00:00:00 2001 From: esquith Date: Fri, 9 Sep 2022 18:38:45 -0400 Subject: [PATCH] Make paths consistent --- .github/workflows/performance_results.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance_results.yml b/.github/workflows/performance_results.yml index b0ad14138e..51ccb3dd96 100644 --- a/.github/workflows/performance_results.yml +++ b/.github/workflows/performance_results.yml @@ -44,7 +44,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: performance-test-results - path: test/performance/performance_tests.txt + path: ./test/performance/performance_tests.txt - name: Slack results uses: adrey/slack-file-upload-action@1.0.5 with: