Skip to content

Commit

Permalink
Set destination to iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd authored Jan 3, 2024
1 parent e0b0dfa commit cfe8b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-rel-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
ls
xcodebuild -list -project OldLander.xcodeproj
xcodebuild clean archive -sdk iphonesimulator -destination 'generic/platform=iOS Simulator'
xcodebuild clean archive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO" -sdk iphoneos -destination 'generic/platform=iOS'
ls
- name: Archive production artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cfe8b9c

Please sign in to comment.