We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633e1ff commit 5287b07Copy full SHA for 5287b07
.github/workflows/create-unl.yml
@@ -137,4 +137,4 @@ jobs:
137
run: |
138
gsutil -h "Cache-Control:public, max-age=30, stale-while-revalidate=86400, stale-if-error=604800" \
139
-h "Content-Type:application/json" \
140
- cp -Z "unl-${{ steps.meta.outputs.ts }}.json" gs://xrplf-unl/unl/unl-${{ steps.meta.outputs.ts }}.json
+ cp "unl-${{ steps.meta.outputs.ts }}.json" gs://xrplf-unl/unl/unl-${{ steps.meta.outputs.ts }}.json
0 commit comments