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 2b29b7b commit 73136eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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
sleep 30
sleep 300
WATCHOS_UUID=`grep UUID -A1 -a $PP_WATCHOS_PATH | grep -io "[-A-F0-9]\{36\}"`
sleep 30
cp $PP_WATCHOS_PATH ~/Library/MobileDevice/Provisioning\ Profiles/$WATCHOS_UUID.mobileprovision
Expand Down

0 comments on commit 73136eb

Please sign in to comment.