From daab3cf2f321505a2f3c2b6af967a54b7e46968e Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 15 Feb 2026 15:02:07 +0000 Subject: [PATCH] Update .github/workflows/publish.yml --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51d6f89..d5eb5c5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,10 +18,11 @@ jobs: with: deno-version: v2.x + - name: Install SilverBullet CLI run: | - # Use the raw GitHub source for the plug compiler - deno install --global -f -A --name silverbullet https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug_compiler.ts + # Install the CLI directly from the main source entry point + deno install --global -f -A --name silverbullet https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/main.ts echo "$HOME/.deno/bin" >> $GITHUB_PATH - name: Build Plug