Explorar el Código

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

pull/2285/head
Tristan Sloughter hace 5 años
padre
commit
99f6def60a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: AAB97DDECCEB8150
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