Skip to content

Commit

Permalink
Remove xcpreety
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-amisha-i committed Mar 21, 2024
1 parent d51ec2f commit f078cee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Deploy

on:
push:
branches:
- main
on: push

jobs:
deploy:
Expand Down Expand Up @@ -86,7 +83,7 @@ jobs:
- name: Build and Archive Project
run: |
ARCHIVE_PATH=$RUNNER_TEMP/Splito.xcarchive
xcodebuild app_version_code=${buildNumber} app_version_name=${buildName} -workspace Splito.xcworkspace -scheme "Splito" -archivePath $ARCHIVE_PATH -destination generic/platform=iOS clean archive | xcpretty --color
xcodebuild app_version_code=${buildNumber} app_version_name=${buildName} -workspace Splito.xcworkspace -scheme "Splito" -archivePath $ARCHIVE_PATH -destination generic/platform=iOS clean archive
- name: Export Archive
run: |
Expand Down

0 comments on commit f078cee

Please sign in to comment.