From b05b1d69baef32face4714fa24a4918f9f685b0e Mon Sep 17 00:00:00 2001 From: Aman Kumar Date: Thu, 16 Jan 2025 12:13:05 +0530 Subject: [PATCH] fix: Unable to find an artifact with the name: lib --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2e0f70..d9efa71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,8 +44,8 @@ jobs: - name: Download dist uses: actions/download-artifact@v3 with: - name: lib - path: lib + name: dist + path: dist - name: Display dirs run: ls -R - name: Release