From 3c92e4b139bec1cb064f12c12fc7e276db5d9881 Mon Sep 17 00:00:00 2001 From: toniocodo Date: Thu, 9 Nov 2023 11:07:14 +0100 Subject: [PATCH] chore: cp instead of sync --- .github/workflows/oeth-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/oeth-main.yml b/.github/workflows/oeth-main.yml index bf63dc8e4..40dd17907 100644 --- a/.github/workflows/oeth-main.yml +++ b/.github/workflows/oeth-main.yml @@ -35,4 +35,4 @@ jobs: run: cd ./dist/apps/oeth && zip -r oeth.zip . - name: Deploy to S3 bucket - run: aws s3 sync ./dist/apps/oeth/oeth.zip s3://origin-defi --delete + run: aws s3 cp ./dist/apps/oeth/oeth.zip s3://origin-defi --delete