Skip to content

Commit d5e6557

Browse files
committed
disable init again
1 parent c6be196 commit d5e6557

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-tauri.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ jobs:
202202
echo "MOBILE_CERT_ID=$MOBILE_CERT_ID" >> $GITHUB_ENV
203203
echo "Certificate imported."
204204
205-
- name: init ios
206-
if: matrix.ios
207-
run: |
208-
pnpm tauri ios init
205+
# - name: init ios
206+
# if: matrix.ios
207+
# run: |
208+
# pnpm tauri ios init
209209

210210
- name: Tauri info
211211
run: |

0 commit comments

Comments
 (0)