Skip to content

Commit

Permalink
Fix entitlements path in iOS demo build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cpholguera committed Jan 22, 2025
1 parent bf492b3 commit 6a7f1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Add Entitlements
run: |
ldid -Sentitlements.plist "$GITHUB_WORKSPACE/build/MASTestApp.xcarchive/Products/Applications/MASTestApp.app/MASTestApp"
ldid -SMASTestApp-iOS/entitlements.plist "$GITHUB_WORKSPACE/build/MASTestApp.xcarchive/Products/Applications/MASTestApp.app/MASTestApp"
- name: Create IPA manually
run: |
Expand Down

0 comments on commit 6a7f1ba

Please # to comment.