diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index d1e289c3..93e3d218 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -431,3 +431,15 @@ jobs: ${{ steps.debian-package.outputs.DPKG_PATH }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + winget: + name: Publish to Winget + runs-on: windows-latest # Action can only run on Windows + needs: build + if: startsWith(github.ref, 'refs/tags/v') + steps: + - uses: vedantmgoyal2009/winget-releaser@v2 + with: + identifier: sharkdp.bat + installers-regex: '-pc-windows-msvc\.zip$' + token: ${{ secrets.WINGET_TOKEN }}