From d4bfdfecdec21bb256d214139a55d21554f46eba Mon Sep 17 00:00:00 2001 From: Jiwoong CHOI Date: Sat, 14 Sep 2024 00:15:48 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20cicd=20=EC=84=A4=EA=B3=84=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C?= =?UTF-8?q?=EC=9A=B0=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{upload_product.yml => cicd-automation.yml} | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) rename .github/workflows/{upload_product.yml => cicd-automation.yml} (89%) diff --git a/.github/workflows/upload_product.yml b/.github/workflows/cicd-automation.yml similarity index 89% rename from .github/workflows/upload_product.yml rename to .github/workflows/cicd-automation.yml index cf5b6d65..19bda3e9 100644 --- a/.github/workflows/upload_product.yml +++ b/.github/workflows/cicd-automation.yml @@ -1,4 +1,4 @@ -name: Upload iOS App Product +name: CI/CD Automation on: pull_request: @@ -7,25 +7,21 @@ on: push: branches: - - cd-automation + - cicd-automation jobs: Distribute: runs-on: macos-latest environment: Configuration Files steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: jdx/mise-action@v2 - - name: Debug Directory Location - run: | - ls -la - - name: Install Tuist run: | bash <(curl -Ls https://install.tuist.io) - - name: Create Release.xcconfig + - name: Create Release & Debug Configuration Files env: BASE_URL: ${{ secrets.BASE_URL }} KAKAO_API_KEY: ${{ secrets.KAKAO_API_KEY }}