From a8f892bf62a2d3cee4b57962896445ede9314c02 Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Fri, 12 Jun 2026 13:39:44 -0400 Subject: [PATCH] fix: ci Fixed an issue with CI --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 6220365..c054056 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -64,10 +64,10 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - - name: Download dist + - name: Download ${{ steps.meta.outputs.name }}.zip uses: https://code.forgejo.org/forgejo/download-artifact@v4 with: - name: dist + name: ${{ steps.meta.outputs.name }}.zip path: packages/library/dist - name: Set package version