Fix CI
Release rolling / release (push) Successful in 9m54s

This commit is contained in:
2026-08-18 18:30:46 -04:00
parent 68a564b93e
commit db6dfa22e3
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import process from 'node:process'
import { fileURLToPath } from 'node:url'
const root = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..')
const libDir = path.join(root, 'packages/bare-os-booter/lib')
const libDir = path.join(root, 'packages/bare-os-booter/lib/ctx')
const manifestPath = path.join(libDir, 'bare-module-manifest.json')
/** @param {string} filePath */