diff options
| author | Dax Raad <[email protected]> | 2026-04-12 13:16:38 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-04-12 13:16:38 -0400 |
| commit | 8c4d49c2bc7a08248d78552490b6c0ef8b60042b (patch) | |
| tree | 3e00062c72f32c83f490937b4836338584fb3c38 /.github | |
| parent | 2aa6110c6e72a77e0b8c017091ff26487f69fc67 (diff) | |
| download | opencode-8c4d49c2bc7a08248d78552490b6c0ef8b60042b.tar.gz opencode-8c4d49c2bc7a08248d78552490b6c0ef8b60042b.zip | |
ci: enable signed Windows builds on beta branch
Allows beta releases to include properly signed Windows CLI executables, ensuring consistent security verification across all release channels.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 46a657780..f5030a3c2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -114,7 +114,7 @@ jobs: - build-cli - version runs-on: blacksmith-4vcpu-windows-2025 - if: github.repository == 'anomalyco/opencode' && github.ref_name != 'beta' + if: github.repository == 'anomalyco/opencode' env: AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} @@ -591,7 +591,6 @@ jobs: path: packages/opencode/dist - uses: actions/download-artifact@v4 - if: github.ref_name != 'beta' with: name: opencode-cli-signed-windows path: packages/opencode/dist |
