Skip to content

Commit ee166ca

Browse files
committed
fix
1 parent b56c81f commit ee166ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Select Xcode
15-
run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}
15+
run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app
1616
- name: bundle install
1717
run: bundle update --bundler && bundle install
1818
- name: Install CocoaPods dependencies

0 commit comments

Comments
 (0)