From 6a2258f7b9de651f8df5ea5bebfc12500236d8e5 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 18 May 2026 15:15:42 -0600 Subject: [PATCH] a --- action.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/action.js b/action.js index c73d72a..1bfeb65 100644 --- a/action.js +++ b/action.js @@ -1,5 +1,11 @@ import { execSync } from "child_process"; -import { readFileSync, mkdirSync, writeFileSync, readdirSync } from "fs"; +import { + readFileSync, + mkdirSync, + writeFileSync, + readdirSync, + copyFileSync, +} from "fs"; const libName = process.env.PWD.split("/").slice(-1)[0]; const version = readFileSync("version", { encoding: "utf8" });