diff options
| author | Aiden Cline <[email protected]> | 2025-11-13 10:22:07 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-13 12:22:07 -0600 |
| commit | ff462dfd7a7319c59e6600aae9c553a59762e739 (patch) | |
| tree | ea368831fb93dfa472187a8c66279f985dae0137 /.github/workflows | |
| parent | 73443585e5e939522d306c601056dcdf609d67c3 (diff) | |
| download | opencode-ff462dfd7a7319c59e6600aae9c553a59762e739.tar.gz opencode-ff462dfd7a7319c59e6600aae9c553a59762e739.zip | |
fix: windows install (#4293)
Co-authored-by: GitHub Action <[email protected]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/snapshot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 402c014fd..ab2f9c0f2 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -4,7 +4,7 @@ on: push: branches: - dev - - opentui + - windows - v0 concurrency: ${{ github.workflow }}-${{ github.ref }} |
