diff options
| author | Brendan Allan <[email protected]> | 2025-12-22 17:10:43 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2025-12-22 17:10:43 +0800 |
| commit | 92ade2a320a0e6ae08c0a996f73d0e8179ade803 (patch) | |
| tree | 378bd281c226142982836f1f1f766b1db6063a9d /.github/workflows | |
| parent | cb1a1fb26c0f496165cde0991a8bab1a038f0f93 (diff) | |
| download | opencode-92ade2a320a0e6ae08c0a996f73d0e8179ade803.tar.gz opencode-92ade2a320a0e6ae08c0a996f73d0e8179ade803.zip | |
ci: import bun shell
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index efef3b273..ada3db752 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -101,6 +101,7 @@ jobs: import * as fs from 'fs/promises'; import * as path from 'path'; import { DefaultArtifactClient } from "@actions/artifact"; + import { $ } from "bun"; const artifactClient = new DefaultArtifactClient() |
