Skip to content

Commit 0e83060

Browse files
committed
try to checkout files after init
1 parent 7f402f1 commit 0e83060

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-tauri.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ jobs:
207207
run: |
208208
pnpm tauri ios init
209209
210+
- name: checkout files
211+
if: matrix.ios
212+
run: |
213+
git checkout -- ./src-tauri/gen/apple
214+
210215
- name: Tauri info
211216
run: |
212217
pnpm tauri info

0 commit comments

Comments
 (0)