From fc3a1e40c1d207334467bd9323e5234d8aa114e6 Mon Sep 17 00:00:00 2001 From: rsteube Date: Thu, 13 Apr 2023 19:00:26 +0200 Subject: [PATCH] winget: fix installers-regex --- .github/workflows/winget.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index a92447da96..c9acb0cf7b 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -12,5 +12,6 @@ jobs: with: identifier: rsteube.Carapace max-versions-to-keep: 5 + installers-regex: '_windows_(386|amd64|arm64)\.zip$' fork-user: rsteube-bot token: ${{ secrets.WINGET_TOKEN }} \ No newline at end of file