Skip to content

Commit 7f402f1

Browse files
committed
re-enabled init
1 parent d5e6557 commit 7f402f1

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)