File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
1818
1919 - name : Build Archive (.xcarchive)
2020 run : |
21- xcodebuild -scheme MyTesla \\
22- -configuration Release \\
23- -archivePath MyTesla.xcarchive \\
24- CODE_SIGN_IDENTITY="" \\
25- CODE_SIGNING_ALLOWED="NO" \\
21+ xcodebuild -scheme MyTesla \
22+ -configuration Release \
23+ -archivePath MyTesla.xcarchive \
24+ CODE_SIGN_IDENTITY="" \
25+ CODE_SIGNING_ALLOWED="NO" \
2626 archive
2727
2828 - name : Export .ipa (Unsigned)
2929 run : |
30- xcodebuild -exportArchive \\
31- -archivePath MyTesla.xcarchive \\
32- -exportPath . \\
33- -exportOptionsPlist ExportOptions.plist \\
30+ xcodebuild -exportArchive \
31+ -archivePath MyTesla.xcarchive \
32+ -exportPath . \
33+ -exportOptionsPlist ExportOptions.plist \
3434 CODE_SIGNING_ALLOWED="NO"
3535
3636 - name : Upload IPA Artifact
You can’t perform that action at this time.
0 commit comments