Skip to content

Commit 0116990

Browse files
committed
add init back after cert import
1 parent be28184 commit 0116990

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-tauri.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@ jobs:
157157
run: |
158158
pnpm tauri android init
159159
160-
# - name: init ios
161-
# if: matrix.ios
162-
# run: |
163-
# pnpm tauri ios init
164-
165160
# - name: Import Apple Developer Certificate
166161
# if: matrix.platform == 'macos-latest'
167162
# env:
@@ -206,6 +201,11 @@ jobs:
206201
echo "MOBILE_CERT_ID=$MOBILE_CERT_ID" >> $GITHUB_ENV
207202
echo "Certificate imported."
208203
204+
- name: init ios
205+
if: matrix.ios
206+
run: |
207+
pnpm tauri ios init
208+
209209
- name: Tauri info
210210
run: |
211211
pnpm tauri info

0 commit comments

Comments
 (0)