fix: correct Python indentation in publish.yml

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Codex
2025-12-23 06:33:16 +01:00
parent 2002a26c8e
commit 66b43fd8dc
+1 -1
View File
@@ -45,7 +45,7 @@ with open(os.environ["GITHUB_OUTPUT"], "a", encoding="utf-8") as f:
if exists:
print(f"Build {sha} already present on CDN; skipping packaging.")
else:
print(f"Build {sha} not found on CDN; continuing.")
print(f"Build {sha} not found on CDN; continuing.")
PY
- name: Cache NuGet packages