From e39eb86967f06abb788edda5397b20d88cc3fe27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Fri, 11 Jul 2025 08:03:29 +0800 Subject: [PATCH] fix: remove unused command --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 677b5bce2..4722381e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,6 @@ jobs: - name: Download static console assets run: | mkdir -p ./rustfs/static - rm -rf ./rustfs/static/* if [[ "${{ matrix.platform }}" == "windows" ]]; then curl.exe -L "https://dl.rustfs.com/artifacts/console/rustfs-console-latest.zip" -o console.zip --retry 3 --retry-delay 5 --max-time 300 if [[ $? -eq 0 ]]; then @@ -170,7 +169,6 @@ jobs: fi else chmod +w ./rustfs/static/LICENSE || true - rm -f ./rustfs/static/LICENSE curl -L "https://dl.rustfs.com/artifacts/console/rustfs-console-latest.zip" \ -o console.zip --retry 3 --retry-delay 5 --max-time 300 if [[ $? -eq 0 ]]; then