From 99f6def60a79ef6fb8e5950336d4d5a69f1a3026 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 16 May 2020 10:42:50 -0600 Subject: [PATCH] change aws s3 command to use cp not sync which is for dirs --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ded18f67..c53ef297 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -30,4 +30,4 @@ jobs: - name: Copy rebar3 escript to S3 run: | - aws s3 sync ./rebar3 s3://rebar3-nightly + aws s3 cp ./rebar3 s3://rebar3-nightly