From 96d6031adf4e605cf1f6e56191843d26b6505d3a Mon Sep 17 00:00:00 2001 From: Jiwoong CHOI Date: Fri, 13 Sep 2024 23:14:51 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20tuist=20=EA=B3=B5=EC=8B=9D=20CI=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/upload_product.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/upload_product.yml b/.github/workflows/upload_product.yml index 2b59f56..fb69069 100644 --- a/.github/workflows/upload_product.yml +++ b/.github/workflows/upload_product.yml @@ -10,13 +10,8 @@ jobs: runs-on: macos-latest environment: Configuration Files steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Checkout tuist - uses: tuist/tuist-action@0.13.0 - with: - command: "build" + - uses: actions/checkout@v3 + - uses: jdx/mise-action@v2 - name: Debug Directory Location run: | @@ -40,4 +35,9 @@ jobs: cat Release.xcconfig mv Release.xcconfig EATSSU_MVC/EATSSU_MVC/Resources + - name: Tuist Build + run: | + tuist install + tuist build + \ No newline at end of file