diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb939bc4..677b5bce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -169,6 +169,8 @@ jobs: echo "// Static assets not available" > ./rustfs/static/empty.txt 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