mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-03 18:55:39 +00:00
fix console-zip package error
fix console-zip package error
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Download and Extract Static Assets
|
- name: Download and Extract Static Assets
|
||||||
run: |
|
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
|
mkdir -p static
|
||||||
curl -L -o static_assets.zip "$url"
|
curl -L -o static_assets.zip "$url"
|
||||||
unzip -o static_assets.zip -d ./rustfs/static
|
unzip -o static_assets.zip -d ./rustfs/static
|
||||||
|
|||||||
Reference in New Issue
Block a user