Skip to content

Commit

Permalink
ci/cd: remove automated ppuuid extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Aug 20, 2024
1 parent e4207a6 commit 0e267ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ jobs:
# - "Release TMA DEVELOPER_MENU": same as "Release TMA" but includes the Developer Menu


- name: Extract Provisioning profile UUID and create PP_UUID env variable
run: echo "PP_UUID=$(grep -a -A 1 'UUID' ~/Library/MobileDevice/Provisioning\ Profiles/build_pp.mobileprovision | grep string | sed -e "s|<string>||" -e "s|</string>||" | tr -d '\t')" >> $GITHUB_ENV

- name: Archive the project
run: |
set -eo pipefail
Expand Down

0 comments on commit 0e267ab

Please sign in to comment.