Skip to content

Commit

Permalink
👷 테스트용 -list 명령어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Dec 18, 2023
1 parent d7822ec commit 53d63ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TestFlight_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Archive
run: |
xcodebuild -
xcodebuild -workspace $WORKSPACE -list
xcodebuild clean archive \
-workspace $WORKSPACE \
-scheme $SCHEME \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Xcode_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- 'iOS/release'
- 'iOS/epic/**'
types: [ assigned, opened, synchronize, reopened, auto_merge_enabled, ready_for_review ]
types: [ opened, synchronize, reopened, auto_merge_enabled, ready_for_review ]

jobs:
prepare-matrix:
Expand Down

0 comments on commit 53d63ce

Please sign in to comment.