summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2025-12-22 17:08:44 +0800
committerBrendan Allan <[email protected]>2025-12-22 17:08:44 +0800
commitcb1a1fb26c0f496165cde0991a8bab1a038f0f93 (patch)
treebd23cfa9fa0f71243004b36fc36d4d3bc656d85c /packages
parentaf5ebabd0386da8734ee25462a5157a25341e95c (diff)
downloadopencode-cb1a1fb26c0f496165cde0991a8bab1a038f0f93.tar.gz
opencode-cb1a1fb26c0f496165cde0991a8bab1a038f0f93.zip
try uploading artifacts in workflow
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/opencode/script/publish.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts
index 821497b22..f4c4c2db9 100755
--- a/packages/opencode/script/publish.ts
+++ b/packages/opencode/script/publish.ts
@@ -3,7 +3,6 @@ import { $ } from "bun"
import pkg from "../package.json"
import { Script } from "@opencode-ai/script"
import { fileURLToPath } from "url"
-import { glob } from "fs/promises"
const dir = fileURLToPath(new URL("..", import.meta.url))
process.chdir(dir)