feat: add GitHub Actions CI/CD workflow (#42)#49
Merged
Conversation
added 2 commits
March 15, 2026 05:31
- Clarify that no Base64-encoded PowerShell is used - Explain why security software may still alert - Provide solutions for enterprise users - Emphasize all scripts are plaintext and auditable Related #41
Features: - Automatic build on version tags (v*) - Manual dispatch for testing - Windows portable package build - Linux portable package build - Automatic release creation with release notes Build process: 1. Download Node.js from npmmirror.com 2. Install OpenClaw via npm 3. Package with all scripts and docs 4. Create GitHub Release with assets Fixes #42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ New Feature
Fixes #42
Problem
目前仓库完全依赖手动构建和发布 Release,导致:
Solution
添加完整的 GitHub Actions CI/CD workflow。
Features
1. 自动触发
v*标签自动构建和发布2. 多平台构建
3. 构建流程
4. Release Notes
Usage
发布新版本
测试构建
Testing
Priority
🟡 P2 Medium - Engineering improvement for maintainability
This PR was created automatically by AI assistant