ci: import bun shell

pull/5339/head
Brendan Allan 2025-12-22 17:10:43 +08:00
parent cb1a1fb26c
commit 92ade2a320
No known key found for this signature in database
GPG Key ID: 41E835AEA046A32E
1 changed files with 1 additions and 0 deletions

View File

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