You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(workflows): add BuildAtom workflow with caching support
Introduced a new `BuildAtom` job in the GitHub Actions workflow (`Build.yml`) to handle the `.atom` build process. Implemented custom caching logic using `actions/cache` for build artifacts to improve efficiency. Added `CleanAtomDirectory` and updated `Build.cs` to support cleanup and caching configurations.
0 commit comments