Skip to content

Commit

Permalink
add winget releaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom committed Oct 10, 2024
1 parent a093ab9 commit daa4f76
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish to Winget

on:
release:
types: [released]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: amir1376.ABDownloadManager
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit daa4f76

Please sign in to comment.