try uploading artifacts in workflow

This commit is contained in:
Brendan Allan 2025-12-22 17:08:44 +08:00
parent af5ebabd03
commit cb1a1fb26c
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
2 changed files with 18 additions and 1 deletions

View file

@ -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)