From b74753fc28b4c9563d23c68807a167cce9d7a47c Mon Sep 17 00:00:00 2001 From: filip mertens Date: Tue, 21 Mar 2023 12:13:44 +0100 Subject: [PATCH] ipfs the app --- apps/remix-ide/ci/publish_plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/ci/publish_plugin.ts b/apps/remix-ide/ci/publish_plugin.ts index be1c0ed5e4..e495826382 100644 --- a/apps/remix-ide/ci/publish_plugin.ts +++ b/apps/remix-ide/ci/publish_plugin.ts @@ -69,7 +69,7 @@ import IpfsHttpClient from 'ipfs-http-client' authorization: auth } }) const { globSource } = IpfsHttpClient - const folder = `apps/${pluginName}` + const folder = `dist/apps/${pluginName}` const result = await ipfs.add(globSource(folder, { recursive: true}), { pin: true }) const hash = result.cid.toString()