Skip to content

Commit 7790bb5

Browse files
committed
debug auto iso build publish
1 parent b820912 commit 7790bb5

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/ios-testflight.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: iOS TestFlight
22

33
on:
44
push:
5-
tags:
6-
- "v*"
5+
branches:
6+
- "**"
7+
# tags:
8+
# - "v*"
79
workflow_dispatch:
810
inputs:
911
tag:
@@ -70,8 +72,7 @@ jobs:
7072
clean archive \
7173
DEVELOPMENT_TEAM=YLK778Z528 \
7274
PRODUCT_BUNDLE_IDENTIFIER=com.routstr.localplusplus \
73-
CODE_SIGN_STYLE=Manual \
74-
PROVISIONING_PROFILE_SPECIFIER="${{ secrets.IOS_PROVISIONING_PROFILE_NAME }}" \
75+
CODE_SIGN_STYLE=Automatic \
7576
COMPILER_INDEX_STORE_ENABLE=NO
7677
7778
- name: Export IPA
@@ -85,16 +86,11 @@ jobs:
8586
<key>method</key>
8687
<string>app-store</string>
8788
<key>signingStyle</key>
88-
<string>manual</string>
89+
<string>automatic</string>
8990
<key>stripSwiftSymbols</key>
9091
<true/>
9192
<key>teamID</key>
9293
<string>YLK778Z528</string>
93-
<key>provisioningProfiles</key>
94-
<dict>
95-
<key>com.routstr.localplusplus</key>
96-
<string>${{ secrets.IOS_PROVISIONING_PROFILE_NAME }}</string>
97-
</dict>
9894
</dict>
9995
</plist>
10096
EOF

0 commit comments

Comments
 (0)