Release: document manual macOS asset upload (#53178)

* Release: document manual macOS asset upload

* Release: document macOS smoke-test mode
This commit is contained in:
Onur
2026-03-23 23:19:52 +01:00
committed by GitHub
parent fb6588cb99
commit 6ab6e7a493
2 changed files with 21 additions and 8 deletions

View File

@@ -81,5 +81,6 @@ jobs:
echo "Next step:"
echo "- Run \`openclaw/releases-private/.github/workflows/openclaw-macos-publish.yml\` with tag \`${RELEASE_TAG}\`."
echo "- Use \`preflight_only=true\` there for the full private mac preflight."
echo "- For stable releases, download \`macos-appcast-${RELEASE_TAG}\` from the successful private run and commit \`appcast.xml\` back to \`main\` in \`openclaw/openclaw\`."
echo "- For the real publish path, the private run uploads \`macos-release-${RELEASE_TAG}\` as a workflow artifact. Download it and upload the packaged assets to the existing GitHub release in \`openclaw/openclaw\`."
echo "- For stable releases, also download \`macos-appcast-${RELEASE_TAG}\` from the successful private run and commit \`appcast.xml\` back to \`main\` in \`openclaw/openclaw\`."
} >> "$GITHUB_STEP_SUMMARY"