File tree Expand file tree Collapse file tree 3 files changed +327
-71
lines changed
Expand file tree Collapse file tree 3 files changed +327
-71
lines changed Original file line number Diff line number Diff line change @@ -160,26 +160,26 @@ jobs:
160160
161161 # ── Build latest.json ─────────────────────────────────────────
162162 cat > doctorfill-latest.json <<EOF
163- {
164- "version": "${VERSION}",
165- "notes": "See https://github.com/${REPO}/releases/tag/${TAG} for details.",
166- "pub_date": "$(date -u +%Y-%m-%dT%H:%M:%SZ)",
167- "platforms": {
168- "windows-x86_64": {
169- "url": "${WIN_URL}",
170- "signature": "${WIN_SIG}"
171- },
172- "darwin-aarch64": {
173- "url": "${MAC_URL}",
174- "signature": "${MAC_SIG}"
175- },
176- "darwin-x86_64": {
177- "url": "${MAC_URL}",
178- "signature": "${MAC_SIG}"
179- }
180- }
181- }
182- EOF
163+ {
164+ " version " : " ${VERSION}" ,
165+ " notes " : " See https://github.com/${REPO}/releases/tag/${TAG} for details." ,
166+ " pub_date " : " $(date -u +%Y-%m-%dT%H:%M:%SZ)" ,
167+ " platforms " : {
168+ " windows-x86_64 " : {
169+ " url " : " ${WIN_URL}" ,
170+ " signature " : " ${WIN_SIG}"
171+ },
172+ " darwin-aarch64 " : {
173+ " url " : " ${MAC_URL}" ,
174+ " signature " : " ${MAC_SIG}"
175+ },
176+ " darwin-x86_64 " : {
177+ " url " : " ${MAC_URL}" ,
178+ " signature " : " ${MAC_SIG}"
179+ }
180+ }
181+ }
182+ EOF
183183
184184 # ── Push to Gist ──────────────────────────────────────────────
185185 CONTENT=$(jq -Rs . < doctorfill-latest.json)
You can’t perform that action at this time.
0 commit comments