Browse Source

Update winget-releaser to latest (#1406)

pull/1407/head
Vedant 1 year ago committed by GitHub
parent
commit
86cb307108
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/cd.yml

2
.github/workflows/cd.yml

@ -56,7 +56,7 @@ jobs:
formula-name: onefetch formula-name: onefetch
- name: Publish executable to WinGet - name: Publish executable to WinGet
uses: vedantmgoyal2009/winget-releaser@v2 uses: vedantmgoyal9/winget-releaser@main
if: matrix.os == 'windows-latest' if: matrix.os == 'windows-latest'
with: with:
identifier: o2sh.onefetch identifier: o2sh.onefetch

Loading…
Cancel
Save