Update macOS artifact naming in CI/CD docs

Clarified the naming convention for macOS build artifacts by specifying 'arm64' in the filenames for the zipped app bundle and disk image installer.
This commit is contained in:
oop7
2026-01-25 14:11:11 +02:00
parent 96dadd7e5b
commit 9a1fb33996
+2 -2
View File
@@ -51,8 +51,8 @@ The workflow creates the following files based on the platform:
- `YTSage-v{version}-{arch}.flatpak` - Flatpak bundle - `YTSage-v{version}-{arch}.flatpak` - Flatpak bundle
#### macOS #### macOS
- `YTSage-v{version}-{arch}.app.zip` - Zipped application bundle arm64 - `YTSage-v{version}-arm64.app.zip` - Zipped application bundle
- `YTSage-v{version}-{arch}.dmg` - Disk image installer - `YTSage-v{version}-arm64.dmg` - Disk image installer
## Workflow Features ## Workflow Features