Skip to content

Commit 0aafb45

Browse files
authored
[Fix] #609 - 경로에 따옴표 제거
1 parent 0a2acf5 commit 0aafb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
1717
with:
18-
path: "WSSiOS"
18+
path: WSSiOS
1919

2020
- name: Set Xcode version
2121
run: sudo xcode-select -s /Applications/Xcode_15.0.app/Contents/Developer

0 commit comments

Comments
 (0)