diff --git a/.github/workflows/upload_product.yml b/.github/workflows/upload_product.yml index 2b59f56..0081ac0 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,8 @@ jobs: cat Release.xcconfig mv Release.xcconfig EATSSU_MVC/EATSSU_MVC/Resources + - name: Tuist Build + run: | + tuist build + \ No newline at end of file