1 parent 88837b7 commit 47ab57aCopy full SHA for 47ab57a
1 file changed
.github/workflows/tauri-desktop-release.yml
@@ -93,6 +93,13 @@ jobs:
93
${{ matrix.platform }}-${{ matrix.cache-key || matrix.rust-target || 'default' }}-cargo-
94
${{ matrix.platform }}-cargo-
95
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
+
103
- name: Install Linux deps
104
if: startsWith(matrix.platform, 'ubuntu-')
105
run: |
0 commit comments