Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcc3d7a

Browse files
committedNov 29, 2024
fix project name
1 parent ab556af commit bcc3d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build
3838
run: |
3939
xcodebuild clean build \
40-
-workspace 'Cache.xcproject' \
40+
-workspace 'Cache.xcodeproj' \
4141
-scheme '${{ matrix.build-config['scheme'] }}' \
4242
-sdk '${{ matrix.build-config['sdk'] }}' \
4343
-destination '${{ matrix.build-config['destination'] }}'
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
5151
xcodebuild test \
52-
-workspace 'Cache.xcproject' \
52+
-workspace 'Cache.xcodeproj' \
5353
-scheme '${{ matrix.build-config['scheme'] }}' \
5454
-sdk '${{ matrix.build-config['sdk'] }}' \
5555
-destination '${{ matrix.build-config['destination'] }}'

0 commit comments

Comments
 (0)
Please sign in to comment.