We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c811a6e commit 7331264Copy full SHA for 7331264
.github/workflows/winget.yml
@@ -14,5 +14,6 @@ jobs:
14
uses: vedantmgoyal9/winget-releaser@v2
15
with:
16
identifier: schollz.croc
17
- installers-regex: '_Windows-\w+\.zip$'
+ installers-regex: '.*Windows.*\.zip$'
18
token: ${{ secrets.WINGET_TOKEN }}
19
+
0 commit comments