winget.yml (475B)
1 name: Publish to Winget 2 on: 3 release: 4 types: [released] 5 6 # The action authenticates with a token of its own, so nothing here needs 7 # the one GitHub injects. 8 permissions: {} 9 10 jobs: 11 publish: 12 runs-on: ubuntu-latest 13 steps: 14 - uses: vedantmgoyal9/winget-releaser@4ffc7888bffd451b357355dc214d43bb9f23917e # v2 15 with: 16 identifier: JackMordaunt.icnsify 17 installers-regex: '_windows_\w+\.zip$' 18 token: ${{ secrets.WINGET_TOKEN }}