We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09df621 commit ca56e53Copy full SHA for ca56e53
.github/workflows/create-unl.yml
@@ -86,7 +86,8 @@ jobs:
86
87
- name: Set the next pointer
88
run: |
89
- gsutil -h "Cache-Control:public, max-age=0" \
+ gsutil -o GSUtil:parallel_composite_upload_threshold=10M \
90
+ -h "Cache-Control:public, max-age=0" \
91
-h "Content-Type:application/json" \
92
-h "x-goog-meta-timestamp:${{ steps.meta.outputs.ts }}" \
93
cp "unl-${{ steps.meta.outputs.ts }}.json" gs://xrplf-unl/unl/next.json
0 commit comments