소스 검색

use 'aws cp' when copying escript to s3

pull/2345/head
Tristan Sloughter 4 년 전
부모
커밋
d9a7df73c0
No known key found for this signature in database 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

불러오는 중...
취소
저장