Skip to content

Commit

Permalink
chore(ci): clean all plugin files from windows build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjoehnk committed Nov 18, 2024
1 parent 79249fc commit df3dcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit df3dcd6

Please sign in to comment.