Skip to content

Commit

Permalink
👷 CD 동작 Workspace 대신 Project 파일을 사용하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Dec 18, 2023
1 parent a6b7f2c commit 46637ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/TestFlight_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: TestFlight Deploy

env:
WORKSPACE: iOS/MusicSpot.xcworkspace
PROJECT: iOS/MusicSpot/MusicSpot.xcodeproj
SCHEME: MusicSpot-Release
ARCHIVE: MusicSpot.xcarchive

Expand Down Expand Up @@ -57,9 +57,9 @@ jobs:

- name: Archive
run: |
xcodebuild -workspace $WORKSPACE -list
xcodebuild -project $PROJECT -list
xcodebuild clean archive \
-workspace $WORKSPACE \
-project $PROJECT \
-scheme $SCHEME \
-configuration release \
-archivePath $ARCHIVE
Expand Down

0 comments on commit 46637ad

Please sign in to comment.