mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-10 16:53:27 +00:00
sync
This commit is contained in:
parent
6ae26dd0cf
commit
2fdca7fc08
1 changed files with 3 additions and 1 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -108,7 +108,9 @@ jobs:
|
|||
version: ${{ steps.publish.outputs.version }}
|
||||
|
||||
build-tauri:
|
||||
needs: build
|
||||
needs:
|
||||
- build-cli
|
||||
- version
|
||||
continue-on-error: false
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue