Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Sep 27, 2023
1 parent e279e96 commit 6dd34ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
iosapptestflightdeployment:
name: iOS App TestFlight Deployment
# needs: buildandtest
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@provisioningProfile
secrets: inherit
with:
runsonlabels: '["macOS", "self-hosted"]'
Expand All @@ -31,6 +31,7 @@ jobs:
# Import watchOS provisioning profile
PP_WATCHOS_PATH=$RUNNER_TEMP/build_pp_watchos.mobileprovision
echo -n "$BUILD_PROVISION_PROFILE_WATCHOS_BASE64" | base64 --decode -o $PP_WATCHOS_PATH
cp $PP_WATCHOS_PATH ~/Library/MobileDevice/Provisioning\ Profiles
UUID=`grep UUID -A1 -a $PP_WATCHOS_PATH | grep -io "[-A-F0-9]\{36\}"`
cp $PP_WATCHOS_PATH ~/Library/MobileDevice/Provisioning\ Profiles/$UUID.mobileprovision
fastlane beta

0 comments on commit 6dd34ae

Please sign in to comment.