From 331948aef25c0ef6897a66de4d1f42bbc8ea353d Mon Sep 17 00:00:00 2001 From: Graeme Arthur Date: Fri, 25 Aug 2023 14:45:22 +0200 Subject: [PATCH] Try explicitly syncing alpha signing from GHA --- .github/workflows/alpha.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 24ea303c39..f945814913 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -79,6 +79,7 @@ jobs: MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} run: | app_version="$(cut -d ' ' -f 3 < Configuration/Version.xcconfig)" + bundle exec fastlane sync_signing_alpha bundle exec fastlane release_alpha groups:"${{ steps.destination.outputs.destination }}" build_version="cat DuckDuckGo.xcodeproj/project.pbxproj | grep -m1 'CURRENT_PROJECT_VERSION' | cut -d'=' -f2 | tr -d ';' | tr -d ' '" echo "dsyms_path=${{ github.workspace }}/DuckDuckGo.app.dSYM.zip" >> $GITHUB_ENV