ソースを参照
use 'aws cp' when copying escript to s3
pull/2345/head
Tristan Sloughter
4年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 6BC93CF674613287
-
.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 |