This commit is contained in:
Guillaume Ballet 2026-06-18 21:58:33 -07:00 committed by GitHub
commit 9b3b7e78f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: ubuntu-latest runs-on: ubuntu-latest