Skip to content

Commit

Permalink
Try explicitly syncing alpha signing from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Aug 25, 2023
1 parent 321824f commit 331948a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 331948a

Please sign in to comment.