Skip to content

Commit b1de3da

Browse files
authored
[Fix] #609 - fastlane 폴더 존재하는 경로로 수정
1 parent 0aafb45 commit b1de3da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
steps:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
17-
with:
18-
path: WSSiOS
1917

2018
- name: Set Xcode version
2119
run: sudo xcode-select -s /Applications/Xcode_15.0.app/Contents/Developer
@@ -47,6 +45,7 @@ jobs:
4745
gpg --batch --yes --import ~/private-key.asc
4846
4947
- name: Run Fastlane (internal)
48+
working-directory: .
5049
env:
5150
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
5251
MATCH_GIT_URL: https://x-access-token:${{ secrets.MATCH_GIT_TOKEN }}@${{ secrets.MATCH_GIT_URL }}

0 commit comments

Comments
 (0)