Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 committed Mar 30, 2024
1 parent e7570bf commit 22e2a7d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Install CocoaPods
run: |
gem install cocoapods
pod install --repo-update
- name: Build IPA
run: |
xcodebuild -project AnimeGen.xcodeproj -scheme AnimeGen -configuration Release -destination 'generic/platform=iOS' clean archive -archivePath $PWD/build/AnimeGen.xcarchive
Expand Down

0 comments on commit 22e2a7d

Please sign in to comment.