Sfoglia il codice sorgente

use 'aws cp' when copying escript to s3

pull/2345/head
Tristan Sloughter 4 anni fa
parent
commit
d9a7df73c0
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 6BC93CF674613287
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/publish.yml

+ 1
- 1
.github/workflows/publish.yml Vedi File

@ -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

Caricamento…
Annulla
Salva