Skip to content

Commit b56ea43

Browse files
Update ios_main.yml
1 parent 94acffd commit b56ea43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: bash build.sh
2020
- name: Build and test
2121
run: |
22-
xcodebuild clean build -project OpenDocumentReader.xcodeproj -scheme "${scheme}" -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
22+
xcodebuild clean build -workspace OpenDocumentReader.xcworkspace -scheme "${scheme}" -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
2323
env:
2424
destination: ${{ matrix.destination }}
2525
scheme: ${{ matrix.scheme }}

0 commit comments

Comments
 (0)