File: winget.yml

package info (click to toggle)
gdu 5.34.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,284 kB
  • sloc: makefile: 145
file content (14 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Publish to Winget
on:
  release:
    types: [released]

jobs:
  publish:
    runs-on: ubuntu-latest
    steps:
      - uses: vedantmgoyal2009/winget-releaser@v2
        with:
          identifier: dundee.gdu
          installers-regex: '_windows_[\w.]+\.zip$'
          token: ${{ secrets.WINGET_TOKEN }}