fix: changed the download paths for s3 in CI workflows (#16194)

This commit is contained in:
arslanhaiderbuttar 2022-08-22 22:20:31 +05:00 committed by GitHub
parent 46e368afa9
commit 62b97c8203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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