.gitea/workflows: enable keeper releases

This commit is contained in:
Guillaume Ballet 2025-11-12 14:49:57 +01:00
parent d8f9801305
commit 215ca8e952

View file

@ -143,6 +143,15 @@ jobs:
run: |
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:
name: Windows Build
runs-on: "win-11"