From aab59ad3fd8cc0ccb6b1e0a3b059b8d902af88bf Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 6 Mar 2026 10:46:33 +0400 Subject: [PATCH] Update name --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 0df4179..3dc0e98 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -46,7 +46,7 @@ STORAGE_DOWNLOAD_URL := "https://github.com/logos-storage/logos-storage-nim/rele fetch-libstorage: mkdir -p $(LIBS_DIR); \ - curl -fSL --create-dirs -o $(LIBS_DIR)/storage-${STORAGE_OS}-${STORAGE_ARCH}-${STORAGE_VESION}.zip ${STORAGE_DOWNLOAD_URL}; \ + curl -fSL --create-dirs -o $(LIBS_DIR)/libstorage-${STORAGE_OS}-${STORAGE_ARCH}-${STORAGE_VESION}.zip ${STORAGE_DOWNLOAD_URL}; \ unzip -o -qq $(LIBS_DIR)/libstorage-${STORAGE_OS}-${STORAGE_ARCH}-${STORAGE_VESION}.zip -d $(LIBS_DIR); \ rm -f $(LIBS_DIR)/libstorage*.zip; ```