Sfoglia il codice sorgente

change aws s3 command to use cp not sync which is for dirs

pull/2285/head
Tristan Sloughter 5 anni fa
parent
commit
99f6def60a
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: AAB97DDECCEB8150
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/nightly.yml

+ 1
- 1
.github/workflows/nightly.yml Vedi File

@ -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

Caricamento…
Annulla
Salva