Skip to content

Commit

Permalink
Update deploy_release.yml
Browse files Browse the repository at this point in the history
project -> workspace 로 수정
  • Loading branch information
hyeonghwan authored May 16, 2024
1 parent b4cbf43 commit d3faba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Archive app
# 빌드 및 아카이브
run: |
xcodebuild clean archive -project $XC_WORKSPACE -scheme $XC_SCHEME -configuration release -archivePath $XC_ARCHIVE
xcodebuild clean archive -workspace $XC_WORKSPACE -scheme $XC_SCHEME -configuration release -archivePath $XC_ARCHIVE
- name: Export app
# export 를 통해 ipa 파일 만듦
run: |
Expand Down

0 comments on commit d3faba9

Please sign in to comment.