summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2025-12-22 17:10:43 +0800
committerBrendan Allan <[email protected]>2025-12-22 17:10:43 +0800
commit92ade2a320a0e6ae08c0a996f73d0e8179ade803 (patch)
tree378bd281c226142982836f1f1f766b1db6063a9d
parentcb1a1fb26c0f496165cde0991a8bab1a038f0f93 (diff)
downloadopencode-92ade2a320a0e6ae08c0a996f73d0e8179ade803.tar.gz
opencode-92ade2a320a0e6ae08c0a996f73d0e8179ade803.zip
ci: import bun shell
-rw-r--r--.github/workflows/publish.yml1
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()