Skip to content

Commit

Permalink
Update upload_testflight.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak authored Nov 29, 2023
1 parent ba5837e commit d94ec7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs: # 워크플로우에서 어떤 작업들을 수행할지는 jobs 키를
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1 # xcode 버전 15.0.0으로 셋팅하기
with:
xcode-version: 15.0.0
xcode-version: latest-stable

- name: Bring ignored files # job 이름 설정
uses: actions/checkout@v4 # 소스 코드 내려받기
Expand Down

0 comments on commit d94ec7e

Please sign in to comment.