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 }}