File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -319,9 +319,9 @@ jobs:
319319
320320 # Upload all files with no-cache so clients always get the freshest version
321321 ossutil cp -r -f \
322+ --meta="Cache-Control:no-cache,no-store,must-revalidate" \
322323 staging/latest/ \
323- oss://valuecell-clawx/latest/ \
324- --meta "Cache-Control:no-cache,no-store,must-revalidate"
324+ oss://valuecell-clawx/latest/
325325
326326 echo "Uploaded to latest/"
327327
@@ -350,4 +350,8 @@ jobs:
350350
351351 echo ""
352352 echo "=== Verify release-info.json ==="
353- curl -sL "https://valuecell-clawx.oss-cn-hangzhou.aliyuncs.com/latest/release-info.json" | jq .
353+ echo "Reading release-info.json directly from OSS..."
354+ ossutil cat oss://valuecell-clawx/latest/release-info.json | jq .
355+
356+ echo ""
357+ echo "✅ All files uploaded and verified successfully!"
You can’t perform that action at this time.
0 commit comments