From d9a7df73c0977357f6c9c7cde8549573a346c380 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 4 Sep 2020 16:17:18 -0600 Subject: [PATCH] use 'aws cp' when copying escript to s3 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fb05410f..1b52f622 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,4 +41,4 @@ jobs: - name: Copy rebar3 escript to S3 if: "!github.event.release.prerelease" run: | - aws s3 sync ./rebar3 s3://rebar3 + aws s3 cp ./rebar3 s3://rebar3