Skip to content

Commit

Permalink
Merge pull request #256 from Dragon1573/issues/255
Browse files Browse the repository at this point in the history
Feature: Auto submit new manifest to winget-pkgs
  • Loading branch information
Byron committed Aug 16, 2024
2 parents 60ed763 + fa203b1 commit 3309e3b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,17 @@ jobs:
asset_path: ${{ env.ASSET }}
asset_name: ${{ env.ASSET }}
asset_content_type: application/octet-stream

winget-release:
name: winget-release
needs: ["build-release"]
runs-on: windows-latest
steps:
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: Byron.dua-cli
installers-regex: '-pc-windows-msvc\.zip$'
# This step uses russellbanks/Komac to submit manifests.
# It requires a PAT with `public_repo` scope.
# See https://github.com/marketplace/actions/winget-releaser#configuration-options-%EF%B8%8F
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 3309e3b

Please sign in to comment.