mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-21 17:03:24 +00:00
fix(desktop): use built CLI during beta build
This commit is contained in:
parent
7731d1235d
commit
0e99cb987a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -466,6 +466,7 @@ jobs:
|
|||
VITE_SENTRY_ENVIRONMENT: ${{ (github.ref_name == 'beta' && 'beta') || 'production' }}
|
||||
VITE_SENTRY_RELEASE: desktop@${{ needs.version.outputs.version }}
|
||||
OPENCODE_CLI_TARGET: ${{ matrix.settings.target }}
|
||||
OPENCODE_CLI_DIST: ${{ github.workspace }}/packages/cli/dist
|
||||
|
||||
- name: Package
|
||||
if: needs.version.outputs.release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue