Ver a proveniência
change aws s3 command to use cp not sync which is for dirs
pull/2285/head
Tristan Sloughter
há 5 anos
ascendente
cometimento
99f6def60a
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: AAB97DDECCEB8150
1 ficheiros alterados com
1 adições e
1 eliminações
-
.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 |