ソースを参照

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

use 'aws cp' when copying escript to s3
pull/2346/head
Fred Hebert 4年前
committed by 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

読み込み中…
キャンセル
保存