Skip to content

Commit

Permalink
Fix more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe committed Apr 12, 2024
1 parent 109b40e commit 099eb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-public-interface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
SKIP_INSTALL=NO
xcodebuild -create-xcframework \
-framework "./StripeFrameworks-sim-master.xcarchive/Products/Library/Frameworks/StripePaymentSheet-master.framework" \
-framework "./StripeFrameworks-sim-master.xcarchive/Products/Library/Frameworks/StripePaymentSheet.framework" \
-output "./StripePaymentSheet-master.xcframework"
# Checkout new version, build and generate API JSON
Expand All @@ -64,7 +64,7 @@ jobs:
SKIP_INSTALL=NO
xcodebuild -create-xcframework \
-framework "./StripeFrameworks-sim-new.xcarchive/Products/Library/Frameworks/StripePaymentSheet-new.framework" \
-framework "./StripeFrameworks-sim-new.xcarchive/Products/Library/Frameworks/StripePaymentSheet.framework" \
-output "./StripePaymentSheet-new.xcframework"
echo "Generating public interface diff..."
Expand Down

0 comments on commit 099eb0d

Please sign in to comment.