From df3dcd68fa1344bcd4b7453825ea8b43ceab69e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20J=C3=B6hnk?= Date: Mon, 18 Nov 2024 16:07:46 +0100 Subject: [PATCH] chore(ci): clean all plugin files from windows build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d2575e46..bc9bb9d60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -256,7 +256,7 @@ jobs: run: rm -rf target/release/deps/libndi* target/release/build/ndi-* shell: bash - name: Remove linked flutter libs from cache - run: rm -rf target/release/file_selector_windows_plugin.dll target/release/battery_plus_plugin.dll + run: rm -rf target/release/file_selector_windows_plugin.* target/release/battery_plus_plugin.* shell: bash - name: Build env: