From 9a1fb33996bc596584ed37780781448e3c784ef5 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Sun, 25 Jan 2026 14:11:11 +0200 Subject: [PATCH] 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. --- .github/CI_CD_README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CI_CD_README.md b/.github/CI_CD_README.md index e7e31ab..12ac0fd 100644 --- a/.github/CI_CD_README.md +++ b/.github/CI_CD_README.md @@ -51,8 +51,8 @@ The workflow creates the following files based on the platform: - `YTSage-v{version}-{arch}.flatpak` - Flatpak bundle #### macOS -- `YTSage-v{version}-{arch}.app.zip` - Zipped application bundle arm64 -- `YTSage-v{version}-{arch}.dmg` - Disk image installer +- `YTSage-v{version}-arm64.app.zip` - Zipped application bundle +- `YTSage-v{version}-arm64.dmg` - Disk image installer ## Workflow Features