diff --git a/src/action.ts b/src/action.ts index 9db6df4..608d57c 100644 --- a/src/action.ts +++ b/src/action.ts @@ -43,7 +43,7 @@ export type CacheState = { }; export default async (options: Input): Promise => { - const bunfigPath = join(process.cwd(), "bunfig.toml"); + const bunfigPath = join(homedir(), ".bunfig.toml"); writeBunfig(bunfigPath, options.registries); const url = getDownloadUrl(options);