Ver a proveniência
Merge pull request #2345 from tsloughter/s3-cp-release
use 'aws cp' when copying escript to s3
pull/2346/head
Fred Hebert
há 4 anos
committed by
GitHub
ascendente
cometimento
3803f10b27
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
.github/workflows/publish.yml
|
|
@ -41,4 +41,4 @@ jobs: |
|
|
|
- name: Copy rebar3 escript to S3 |
|
|
|
if: "!github.event.release.prerelease" |
|
|
|
run: | |
|
|
|
aws s3 sync ./rebar3 s3://rebar3 |
|
|
|
aws s3 cp ./rebar3 s3://rebar3 |