Skip to content

Commit

Permalink
[Feat] tuist 공식 CI 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 13, 2024
1 parent a0e4635 commit 96d6031
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/upload_product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
command: "build"
- uses: actions/checkout@v3
- uses: jdx/mise-action@v2

- name: Debug Directory Location
run: |
Expand All @@ -40,4 +35,9 @@ jobs:
cat Release.xcconfig
mv Release.xcconfig EATSSU_MVC/EATSSU_MVC/Resources
- name: Tuist Build
run: |
tuist install
tuist build

0 comments on commit 96d6031

Please sign in to comment.