fix console-zip package error

fix console-zip package error
This commit is contained in:
loverustfs
2025-03-24 22:58:00 +08:00
committed by GitHub
parent cd89be47b9
commit c3b47adf39
+1 -1
View File
@@ -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