Преглед изворни кода

Merge pull request #2285 from tsloughter/nightly-cp-s3

change aws s3 command to use cp not sync which is for dirs
pull/2288/head
Fred Hebert пре 5 година
committed by GitHub
родитељ
комит
bf06dbd4be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      .github/workflows/nightly.yml

+ 1
- 1
.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

Loading…
Откажи
Сачувај