Merge pull request #1134 from Zokrates/dark64-patch-3
Update config.yml
This commit is contained in:
commit
7d39591a6a
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ jobs:
|
|||
docker_layer_caching: true
|
||||
- run:
|
||||
name: Release
|
||||
no_output_timeout: "30m"
|
||||
no_output_timeout: "1h"
|
||||
command: ./scripts/release.sh
|
||||
zokrates_js_build:
|
||||
docker:
|
||||
|
@ -169,7 +169,7 @@ jobs:
|
|||
- run:
|
||||
name: "Publish artifacts on GitHub"
|
||||
command: |
|
||||
go get github.com/github-release/github-release
|
||||
go install github.com/github-release/github-release
|
||||
github-release release \
|
||||
-s ${GH_TOKEN} \
|
||||
-u ${CIRCLE_PROJECT_USERNAME} \
|
||||
|
|
Loading…
Reference in a new issue