fix CD env param
This commit is contained in:
parent
24cff45334
commit
16542bd355
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
# Global vars
|
# Global vars
|
||||||
env:
|
env:
|
||||||
AWS_REGION: "us-east-1"
|
AWS_REGION: "us-east-1"
|
||||||
|
AWS_S3_ARTIFACTS_BUCKET: "openethereum-releases"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -17,7 +18,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SCCACHE_CACHE_SIZE: "1G"
|
SCCACHE_CACHE_SIZE: "1G"
|
||||||
SCCACHE_IDLE_TIMEOUT: 0
|
SCCACHE_IDLE_TIMEOUT: 0
|
||||||
AWS_S3_ARTIFACTS_BUCKET: "openethereum-releases"
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
|
Loading…
Reference in New Issue
Block a user