mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Missing appveyor artifacts names
This commit is contained in:
parent
28de0e7c99
commit
a13a0df7a9
1 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,12 @@ test_script:
|
|||
- set CGO_ENABLED=1
|
||||
- go run build\ci.go test
|
||||
|
||||
artifacts:
|
||||
- path: '*.zip'
|
||||
name: geth
|
||||
- path: '*.zip.sha256'
|
||||
name: geth-sha256
|
||||
|
||||
deploy:
|
||||
artifact: /multi-geth-win64\.zip.*/
|
||||
auth_token:
|
||||
|
|
|
|||
Loading…
Reference in a new issue