浏览代码

Merge pull request #2345 from tsloughter/s3-cp-release

use 'aws cp' when copying escript to s3
pull/2346/head
Fred Hebert 4 年前
提交者 GitHub
父节点
当前提交
3803f10b27
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/publish.yml

+ 1
- 1
.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

正在加载...
取消
保存