Skip to content

Commit 6022339

Browse files
authored
[Fix] #609 - 경로를 루트로 지정
1 parent b1de3da commit 6022339

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
@@ -45,7 +45,7 @@ jobs:
4545
gpg --batch --yes --import ~/private-key.asc
4646
4747
- name: Run Fastlane (internal)
48-
working-directory: .
48+
working-directory: ${{ github.workspace }}
4949
env:
5050
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
5151
MATCH_GIT_URL: https://x-access-token:${{ secrets.MATCH_GIT_TOKEN }}@${{ secrets.MATCH_GIT_URL }}

0 commit comments

Comments
 (0)