Skip to content

Commit

Permalink
Updated scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Feb 1, 2024
1 parent 95ad0ac commit a81f41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_example_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: xcodebuild build -project Example/Example.xcodeproj -scheme Example-iOS -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14'
run: xcodebuild build -project Example/Example.xcodeproj -scheme Example -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14'

0 comments on commit a81f41e

Please sign in to comment.