Skip to content

Commit 023fb3a

Browse files
committed
[Feat] GitHub Action 세분화
1 parent 396f41b commit 023fb3a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/upload_product.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ jobs:
4444
cat Debug.xcconfig
4545
mv Debug.xcconfig EATSSU_MVC/EATSSU_MVC/Resources
4646
47-
- name: Tuist Build
47+
- name: Install Dependencies
4848
run: |
4949
tuist install
50-
tuist build
51-
52-
50+
51+
- name: Build Project
52+
run: |
53+
tuist build

0 commit comments

Comments
 (0)