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