Skip to content

Commit 3f02ad9

Browse files
committed
[Feat] 파일 위치 디버그
1 parent 21f7585 commit 3f02ad9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/upload_product.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515

16+
- name: Debug Directory Location
17+
run: |
18+
ls -la
19+
1620
- name: Install Tuist
1721
run: |
1822
bash <(curl -Ls https://install.tuist.io)

0 commit comments

Comments
 (0)