Explorar el Código

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 hace 5 años
cometido por GitHub
padre
commit
bf06dbd4be
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/nightly.yml

+ 1
- 1
.github/workflows/nightly.yml Ver fichero

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

Cargando…
Cancelar
Guardar