From 9f8ca29bf18171d3a0190fde7a43db11a7365af6 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 16 Aug 2023 07:57:43 +1000 Subject: [PATCH] d --- .github/workflows/publish_plugins.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_plugins.yml b/.github/workflows/publish_plugins.yml index 5b34f40f654..423fbcecc0a 100644 --- a/.github/workflows/publish_plugins.yml +++ b/.github/workflows/publish_plugins.yml @@ -20,11 +20,12 @@ jobs: - uses: dorny/paths-filter@v2 id: changes with: + list-files: shell filters: | browserbookmark: - - 'Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json' + - modified: 'Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json' calculator: - - 'Plugins/Flow.Launcher.Plugin.Caculator/plugin.json' + - modified: 'Plugins/Flow.Launcher.Plugin.Caculator/plugin.json' # - name: Fetch latest release version # id: fetch-latest-release