diff --git a/.github/workflows/integration-tests-command.yml b/.github/workflows/integration-tests-command.yml index f038b1e2cf..03f79280cf 100644 --- a/.github/workflows/integration-tests-command.yml +++ b/.github/workflows/integration-tests-command.yml @@ -567,7 +567,7 @@ jobs: with: command: cp source: s3://ci-assets--appsmith/ - destination: /home/runner/work/appsmithArslan/appsmithArslan/fatcontainerlocal/oldstack + destination: /home/runner/work/appsmith/appsmith/fatcontainerlocal/oldstack aws_access_key_id: ${{ secrets.S3_CI_ASSETS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.S3_CI_ASSETS_SECRET_ACCESS_KEY }} aws_region: ap-south-1 diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 10fa7b8ec6..d5c4fc037b 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -551,7 +551,7 @@ jobs: with: command: cp source: s3://ci-assets--appsmith/ - destination: /home/runner/work/appsmithArslan/appsmithArslan/fatcontainerlocal/oldstack + destination: /home/runner/work/appsmith/appsmith/fatcontainerlocal/oldstack aws_access_key_id: ${{ secrets.S3_CI_ASSETS_ACCESS_KEY_ID }} aws_secret_access_key: ${{ secrets.S3_CI_ASSETS_SECRET_ACCESS_KEY }} aws_region: ap-south-1