1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Merge pull request #1134 from Zokrates/dark64-patch-3

Update config.yml
This commit is contained in:
Thibaut Schaeffer 2022-04-19 11:46:06 +02:00 committed by GitHub
commit 7d39591a6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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