diff options
| author | Aiden Cline <[email protected]> | 2025-11-15 18:16:19 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-15 20:16:19 -0600 |
| commit | 6527a123f0375eae6e141901195707df88f28411 (patch) | |
| tree | 64786ceb04d59973f99cd0d7676d022d770c0657 /.github | |
| parent | 0377cfd37c20bef41c57c62370709facee8fc449 (diff) | |
| download | opencode-6527a123f0375eae6e141901195707df88f28411.tar.gz opencode-6527a123f0375eae6e141901195707df88f28411.zip | |
fix aur build (#4359)
Diffstat (limited to '.github')
| -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 ab2f9c0f2..6c38495d1 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -4,7 +4,7 @@ on: push: branches: - dev - - windows + - fix-build - v0 concurrency: ${{ github.workflow }}-${{ github.ref }} |
