This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
use 'aws cp' when copying escript to s3
pull/2345/head
Tristan Sloughter
4 years ago
parent
8c61085376
commit
d9a7df73c0
No known key found for this signature in database
GPG Key ID:
6BC93CF674613287
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/publish.yml
+ 1
- 1
.github/workflows/publish.yml
View File
@ -41,4 +41,4 @@ jobs:
-
name
:
Copy rebar3 escript to S3
-
name
:
Copy rebar3 escript to S3
if
:
"!github.event.release.prerelease"
if
:
"!github.event.release.prerelease"
run
:
|
run
:
|
aws s3
syn
c ./rebar3 s3://rebar3
aws s3 c
p
./rebar3 s3://rebar3
Write
Preview
Loading…
Cancel
Save