commit a289d07afc0c1a5cb43cf960d470c872bf8bd110
parent 76ed5c9c98d9f5f37347fd888ecb8a4ef6692f98
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date: Sat, 19 Sep 2026 14:15:33 -0300
ci: follow the winget releaser to its new owner
The action's repository was renamed, so the old path resolves only through
GitHub's redirect. Naming the owner it actually lives under keeps the step
working if that redirect ever lapses.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml
@@ -7,7 +7,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- - uses: vedantmgoyal2009/winget-releaser@v2
+ - uses: vedantmgoyal9/winget-releaser@v2
with:
identifier: JackMordaunt.icnsify
installers-regex: '_windows_\w+\.zip$'