diff options
| author | Dax Raad <[email protected]> | 2026-01-29 19:03:07 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-29 19:03:07 -0500 |
| commit | 4f4694d9e3e1ce240f7a5b7a576dc44408e82f7a (patch) | |
| tree | 77bab95228bfe4967124ba05e6d456872f31248c /.github/workflows | |
| parent | 4c82ad6280d632142d82bde8814c922502fa9716 (diff) | |
| download | opencode-4f4694d9e3e1ce240f7a5b7a576dc44408e82f7a.tar.gz opencode-4f4694d9e3e1ce240f7a5b7a576dc44408e82f7a.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8329892e1..a169d90af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -187,6 +187,8 @@ jobs: publish: needs: - version + - build-cli + # - build-tauri runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - uses: actions/checkout@v3 |
