Add release-all.yml to CI workflow list in README

Documented the master release workflow (release-all.yml) in the CI/CD section of the README for better visibility of available workflows.
This commit is contained in:
oop7
2026-01-06 16:02:59 +02:00
parent 45ce4ba69c
commit 0edc64a5e9
+1
View File
@@ -340,6 +340,7 @@ YTSage/
│ │ ├── build-linux.yml # Linux build workflow │ │ ├── build-linux.yml # Linux build workflow
│ │ ├── build-macos.yml # macOS build workflow │ │ ├── build-macos.yml # macOS build workflow
│ │ └── build-windows.yml # Windows build workflow │ │ └── build-windows.yml # Windows build workflow
| | └── release-all.yml # Master release workflow
│ └── 📄 CI_CD_README.md # CI/CD documentation │ └── 📄 CI_CD_README.md # CI/CD documentation
├── 📁 assets/ # Static assets and resources ├── 📁 assets/ # Static assets and resources
│ ├── 📁 branding/ # Branding assets │ ├── 📁 branding/ # Branding assets