Skip to content

Commit

Permalink
Fix xcarchive path
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd authored Jan 3, 2024
1 parent e6eef2f commit 46890b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-rel-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
ls
xcodebuild -list -project OldLander.xcodeproj
xcodebuild clean archive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" \
CODE_SIGNING_ALLOWED="NO" -sdk iphoneos -destination 'generic/platform=iOS' -archivePath ./xc-arc -scheme OldLander
CODE_SIGNING_ALLOWED="NO" -sdk iphoneos -destination 'generic/platform=iOS' -archivePath ./arc -scheme OldLander
ls
xcodebuild -exportArchive -archivePath ./xc-arc -exportPath ./ipa/ -exportOptionsPlist $GITHUB_WORKSPACE/dev/exportOptions.plist
xcodebuild -exportArchive -archivePath ./arc.xcarchive -exportPath ./ipa/ -exportOptionsPlist $GITHUB_WORKSPACE/dev/exportOptions.plist
ls
- name: Archive production artifacts
if: always()
Expand Down

0 comments on commit 46890b0

Please sign in to comment.