Specify AWS S3 region
This commit is contained in:
parent
f574070480
commit
c1e2e7df6a
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
"publish": [{
|
||||
"provider": "s3",
|
||||
"bucket": "build.lbry.io",
|
||||
"path": "app/release"
|
||||
"path": "app/release",
|
||||
"region": "us-east-1"
|
||||
}, "github"],
|
||||
"mac": {
|
||||
"target": "dmg",
|
||||
|
|
Loading…
Reference in a new issue