From fc2661ad88d75e718e6981981c7ac419d5791f1f Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 29 Jun 2021 03:57:04 +0300 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20show=20s3=20progress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0ccfb6..ccd36d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,5 +18,5 @@ jobs: - name: Build run: ./build.sh - name: Upload - run: AWS_ACCESS_KEY_ID=${{secrets.S3_KEY}} AWS_SECRET_ACCESS_KEY=${{secrets.S3_SECRET_KEY}} aws s3 sync . s3://clovervm/ --acl public-read --endpoint-url https://ams3.digitaloceanspaces.com - working-directory: output-virtualbox-ovf \ No newline at end of file + run: AWS_ACCESS_KEY_ID=${{secrets.S3_KEY}} AWS_SECRET_ACCESS_KEY=${{secrets.S3_SECRET_KEY}} aws s3 sync . s3://clovervm/ --acl public-read --endpoint-url https://ams3.digitaloceanspaces.com --no-progress + working-directory: output-virtualbox-ovf