feat: add automated build and release workflows#67
Closed
TuoLingTeam wants to merge 4 commits intoihmily:mainfrom
TuoLingTeam:add-github-workflows
Closed
feat: add automated build and release workflows#67TuoLingTeam wants to merge 4 commits intoihmily:mainfrom TuoLingTeam:add-github-workflows
TuoLingTeam wants to merge 4 commits intoihmily:mainfrom
TuoLingTeam:add-github-workflows
Conversation
- Add GitHub Actions workflows for automated building (Windows, macOS, Linux) - Add release workflow with automatic version management - Add auto-release workflow for version change detection - Include version update script with validation and testing - Add Makefile for convenient development commands - Add comprehensive documentation for workflows and usage Features: - Multi-platform builds (Windows .zip, macOS .dmg, Linux .tar.gz) - Automatic release creation with generated release notes - Version management with bilingual update descriptions - Build artifact caching and error handling - Docker support and development tools
- Update actions/upload-artifact from v3 to v4 - Update actions/download-artifact from v3 to v4 - Replace deprecated actions/create-release@v1 with softprops/action-gh-release@v1 - Remove deprecated actions/upload-release-asset@v1 (now handled by softprops/action-gh-release) - Update actions/github-script from v6 to v7 This fixes the 'Missing download info for actions/upload-artifact@v3' error and ensures all workflows use supported Action versions.
- Use rsync to copy files to separate directory before creating tar - Avoid 'file changed as we read it' error by not creating tar in current directory - Add more exclusions for build artifacts and temporary files - Ensure clean packaging process for Linux builds This fixes the 'tar: .: file changed as we read it' error in Linux build workflow.
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.
Features:
📜 标题(Title)
请提供这个Pull Request中提议的更改的简洁描述:
🔍 描述(Description)
请描述这个PR做了什么/为什么这些更改是必要的:
📝 类型(Type of Change)
这个PR引入了哪种类型的更改?(请勾选所有适用的选项)
🏗️ 测试(Testing)
请描述您已经进行的测试:
如果适用,请提供测试更改的说明:
📋 检查清单(Checklist)
在您创建这个PR之前,请确保以下所有框都被勾选,方法是在每个框中放置一个
x:注意: 这个PR在所有复选框被勾选之前不会被合并。
感谢您的贡献!