diff --git a/.github/workflows/upload_product.yml b/.github/workflows/upload_product.yml index 5bc58b5..85ddd8a 100644 --- a/.github/workflows/upload_product.yml +++ b/.github/workflows/upload_product.yml @@ -44,9 +44,10 @@ jobs: cat Debug.xcconfig mv Debug.xcconfig EATSSU_MVC/EATSSU_MVC/Resources - - name: Tuist Build + - name: Install Dependencies run: | tuist install - tuist build - - \ No newline at end of file + + - name: Build Project + run: | + tuist build \ No newline at end of file