From c3b47adf39696436f57b8f6d9226e1eee8b777ed Mon Sep 17 00:00:00 2001 From: loverustfs <155562731+loverustfs@users.noreply.github.com> Date: Mon, 24 Mar 2025 22:58:00 +0800 Subject: [PATCH] fix console-zip package error fix console-zip package error --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4db6750a1..e11da3cf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Download and Extract Static Assets run: | - url="https://dl.rustfs.com/console/rustfs-console-latest.zip" + url="https://dl.rustfs.com/artifacts/console/rustfs-console-latest.zip" mkdir -p static curl -L -o static_assets.zip "$url" unzip -o static_assets.zip -d ./rustfs/static