瀏覽代碼

use 'aws cp' when copying escript to s3

pull/2345/head
Tristan Sloughter 4 年之前
父節點
當前提交
d9a7df73c0
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 6BC93CF674613287
共有 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

Loading…
取消
儲存