瀏覽代碼

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 5 年之前
committed by GitHub
父節點
當前提交
bf06dbd4be
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/nightly.yml

+ 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

Loading…
取消
儲存