From 61bec1dfc1ab167c8228406f4ffc4268069b9f17 Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Fri, 12 Jun 2026 13:42:51 -0400 Subject: [PATCH] fix/ci-pub (#12) Reviewed-on: https://git.mcpeakdev.com/McPeakDev/nychthemeron/pulls/12 Co-authored-by: Matthew L McPeak Co-committed-by: Matthew L McPeak --- .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 c054056..cc3378b 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 ${{ steps.meta.outputs.name }}.zip + - name: Download Artifacts uses: https://code.forgejo.org/forgejo/download-artifact@v4 with: - name: ${{ steps.meta.outputs.name }}.zip + name: ${{ needs.build.outputs.artifact_name }}.zip path: packages/library/dist - name: Set package version