From b4c43decb3afd8a344c99ab2b903da24aac2df46 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 29 Jun 2021 17:26:14 +0300 Subject: [PATCH] Add a comment --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57b91ad..c651c9e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,5 +20,6 @@ jobs: - name: Build run: ./build.sh - name: Upload + # Not using ready S3 actions, because they either don't run on macOS machines or don't support changing the endpoint 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