File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ name: iOS TestFlight
22
33on :
44 push :
5- tags :
6- - " v*"
5+ branches :
6+ - " **"
7+ # tags:
8+ # - "v*"
79 workflow_dispatch :
810 inputs :
911 tag :
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
You can’t perform that action at this time.
0 commit comments