Skip to content

Commit 8a22ab2

Browse files
authored
[Fix] #609 - 디버그 코드 수정
1 parent c3afedb commit 8a22ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
echo "${{ secrets.MATCH_GIT_PRIVATE_KEY }}" > ~/private-key.asc
4545
gpg --batch --yes --import ~/private-key.asc
4646
47-
- name: Debug: Print directory structure
47+
- name: Debug - Print directory structut
4848
run: |
4949
echo "== CURRENT DIRECTORY =="
5050
pwd
5151
echo "== FILE STRUCTURE =="
5252
ls -alR
5353
54-
- name: Debug: Confirm .xcodeproj
54+
- name: Debug - Confirm .xcodeproj
5555
run: |
5656
echo "== FIND .xcodeproj FILES =="
5757
find . -name "*.xcodeproj"

0 commit comments

Comments
 (0)