From 9f34883e91e35f6ce1904ca7797d94dd44319cca Mon Sep 17 00:00:00 2001 From: vipinbhatt Date: Wed, 6 Dec 2023 13:53:48 +0530 Subject: [PATCH] Change file --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 41b16e37478c..9ec462581394 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -99,5 +99,5 @@ jobs: uses: google-github-actions/upload-cloud-storage@v0 if: always() with: - path: ./plugin/target/cucumber-reports + path: ./plugin/cdap-e2e-tests/target/cucumber-reports destination: e2e-tests-cucumber-reports/${{ github.event.repository.name }}/${{ github.ref }} \ No newline at end of file