diff --git a/.github/workflows/xcode-local-build.yml b/.github/workflows/xcode-local-build.yml index 4f4d364ccc..a7883a6af0 100644 --- a/.github/workflows/xcode-local-build.yml +++ b/.github/workflows/xcode-local-build.yml @@ -121,7 +121,7 @@ jobs: -sdk iphoneos -configuration AppStoreDistribution -archivePath OsmAndMaps.xcarchive - CURRENT_PROJECT_VERSION="${RELEASE_IOS_VERSION}.${BUILD_IOS_VERSION}" + CURRENT_PROJECT_VERSION="${RELEASE_IOS_VERSION//./}.${BUILD_IOS_VERSION}" MARKETING_VERSION="${RELEASE_IOS_VERSION}" archive | xcpretty' - name: Zip iOS archive