Skip to content

Commit 47ab57a

Browse files
author
linyuan.yang
committed
workflows
1 parent 88837b7 commit 47ab57a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/tauri-desktop-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ jobs:
9393
${{ matrix.platform }}-${{ matrix.cache-key || matrix.rust-target || 'default' }}-cargo-
9494
${{ matrix.platform }}-cargo-
9595
96+
- name: Remove cached Tauri bundles
97+
shell: bash
98+
run: |
99+
if [ -d "${{ inputs.cargo-target-path }}" ]; then
100+
find "${{ inputs.cargo-target-path }}" -type d -name bundle -prune -exec rm -rf {} +
101+
fi
102+
96103
- name: Install Linux deps
97104
if: startsWith(matrix.platform, 'ubuntu-')
98105
run: |

0 commit comments

Comments
 (0)