Skip to content

Commit

Permalink
Merge pull request #35 from sitiom/winget-releaser
Browse files Browse the repository at this point in the history
add winget releaser workflow
  • Loading branch information
amir1376 authored Oct 15, 2024
2 parents 5fe10f9 + daa4f76 commit 5d1ec83
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 5d1ec83

Please sign in to comment.