From 31f20721a084f61af9f4413482f53ad07241004d Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Tue, 4 Nov 2025 11:16:34 +0100 Subject: [PATCH] Add x64 platforms to AppsCDN action --- CHANGELOG.md | 2 +- .../actions/common/upload_build_to_apps_cdn.rb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a7d3c157..4c16e4d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ _None_ ### New Features -_None_ +- `upload_build_to_apps_cdn`: Update the list of valid values for `platform` to add support for `Microsoft Store - x64` and `Windows - x64`. [#672] ### Bug Fixes diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/upload_build_to_apps_cdn.rb b/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/upload_build_to_apps_cdn.rb index acab59d47..9d23b7885 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/upload_build_to_apps_cdn.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/actions/common/upload_build_to_apps_cdn.rb @@ -35,8 +35,10 @@ class UploadBuildToAppsCdnAction < Action 'Mac - Intel', 'Mac - Any', 'Windows - x86', + 'Windows - x64', 'Windows - ARM64', 'Microsoft Store - x86', + 'Microsoft Store - x64', 'Microsoft Store - ARM64', ].freeze # See https://github.a8c.com/Automattic/wpcom/blob/trunk/wp-content/lib/a8c/cdn/src/enums/enum-install-type.php