mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 12:36:48 +00:00
.gitea/workflows: enable keeper releases
This commit is contained in:
parent
d8f9801305
commit
215ca8e952
1 changed files with 9 additions and 0 deletions
|
|
@ -143,6 +143,15 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
go run build/ci.go keeper -dlgo
|
go run build/ci.go keeper -dlgo
|
||||||
|
|
||||||
|
- name: Create/upload archive (keeper)
|
||||||
|
run: |
|
||||||
|
go run build/ci.go keeper-archive -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
|
||||||
|
rm -fr build/bin/*
|
||||||
|
env:
|
||||||
|
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
|
||||||
|
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
name: Windows Build
|
name: Windows Build
|
||||||
runs-on: "win-11"
|
runs-on: "win-11"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue