We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be28184 commit 0116990Copy full SHA for 0116990
.github/workflows/deploy-tauri.yml
@@ -157,11 +157,6 @@ jobs:
157
run: |
158
pnpm tauri android init
159
160
- # - name: init ios
161
- # if: matrix.ios
162
- # run: |
163
- # pnpm tauri ios init
164
-
165
# - name: Import Apple Developer Certificate
166
# if: matrix.platform == 'macos-latest'
167
# env:
@@ -206,6 +201,11 @@ jobs:
206
201
echo "MOBILE_CERT_ID=$MOBILE_CERT_ID" >> $GITHUB_ENV
207
202
echo "Certificate imported."
208
203
204
+ - name: init ios
205
+ if: matrix.ios
+ run: |
+ pnpm tauri ios init
+
209
- name: Tauri info
210
211
pnpm tauri info
0 commit comments