Merge branch 'develop' into cd-automation #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Upload Product | |
on: | |
push: | |
branches: | |
- cd-automation | |
jobs: | |
Distribute: | |
runs-on: macos-latest | |
environment: Configuration Files | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Install Tuist | |
run: | | |
bash <(curl -Ls https://install.tuist.io) | |
- name: Make Configuration File | |
run: | | |
touch Release.xcconfig | |
echo ${{ secrets.RELEASE }} >> Release.xcconfig | |
mv Release.xcconfig cd EATSSU_MVC/EATSSU_MVC/Resources | |