Skip to content

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-amisha-i authored Mar 19, 2024
1 parent 860b2d2 commit b71072c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Build and Archive Project
run: |
ARCHIVE_PATH=$RUNNER_TEMP/Splito.xcarchive
xcodebuild -workspace Splito.xcworkspace -scheme "Splito" -archivePath $ARCHIVE_PATH -sdk iphoneos -destination generic/platform=iOS clean archive | xcpretty --color
xcodebuild -workspace Splito.xcworkspace -scheme "Splito" -archivePath $ARCHIVE_PATH -sdk iphoneos -destination generic/platform=iOS clean archive
- name: Export Archive
run: |
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Store IPA
run: |
echo "Collecting artifacts.."
cp -R "${ARCHIVE_PATH}/dSYMs" .
cp -R "$ARCHIVE_PATH/dSYMs" .
IPA="${EXPORT_PATH}Splito.ipa"
echo $IPA
Expand Down

0 comments on commit b71072c

Please sign in to comment.