Skip to content

Commit

Permalink
sad
Browse files Browse the repository at this point in the history
  • Loading branch information
cranci1 committed Mar 30, 2024
1 parent fa5672a commit 03e2cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Build IPA
run: |
xcodebuild -project AnimeGen.xcodeproj -scheme AnimeGen -configuration Release -destination 'generic/platform=iOS' clean archive -archivePath $PWD/build/AnimeGen.xcarchive
xcodebuild -project AnimeGen.xcodeproj -scheme AnimeGen -configuration Release -destination 'generic/platform=iOS' clean archive -archivePath $PWD/build/AnimeGen.xcarchive -allowProvisioningUpdates
xcodebuild -exportArchive -archivePath $PWD/build/AnimeGen.xcarchive -exportPath $PWD/build
- name: Archive and Upload Artifact
Expand Down

0 comments on commit 03e2cd8

Please sign in to comment.