Skip to content

Commit

Permalink
fix: tuist Signing -> match 변경으로 인한 main.yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Siwon-L committed Nov 13, 2024
1 parent 17e1c4a commit a31af33
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.4.0

- uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}

- name: Setting Master Key
run: |
echo "$MASTER_KEY" > Tuist/master.key
env:
MASTER_KEY: ${{secrets.MASTER_KEY}}
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.4.0

- name: Install Tuist
run: brew tap tuist/tuist
Expand Down

0 comments on commit a31af33

Please sign in to comment.