forked from wylab/wylab-station-14
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user