瀏覽代碼
change aws s3 command to use cp not sync which is for dirs
pull/2285/head
Tristan Sloughter
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: AAB97DDECCEB8150
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
.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 |