Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 authored Mar 30, 2024
1 parent 7836766 commit fa5672a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Build IPA
run: |
xcodebuild -project AnimeGen.xcodeproj -scheme AnimeGen -configuration Release -destination 'generic/platform=iOS' clean archive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -archivePath $PWD/build/AnimeGen.xcarchive
xcodebuild -exportArchive -archivePath $PWD/build/AnimeGen.xcarchive -exportOptionsPlist ExportOptions.plist -exportPath $PWD/build
xcodebuild -project AnimeGen.xcodeproj -scheme AnimeGen -configuration Release -destination 'generic/platform=iOS' clean archive -archivePath $PWD/build/AnimeGen.xcarchive
xcodebuild -exportArchive -archivePath $PWD/build/AnimeGen.xcarchive -exportPath $PWD/build
- name: Archive and Upload Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit fa5672a

Please sign in to comment.