Skip to content

Commit d80b7ae

Browse files
committed
fix workflows compile bugs
1 parent 2f0a062 commit d80b7ae

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)