Skip to content

Commit

Permalink
Merge pull request #4 from vikingnope/main
Browse files Browse the repository at this point in the history
Re-added winget releaser
  • Loading branch information
ManiProjs authored Sep 23, 2024
2 parents 22acc76 + 50dbc21 commit d2fcd3b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/winget-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish releases to WinGet
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: BeagleSoftware.BeagleEditor
version: ${{ github.event.release.tag_name }}
installers-regex: '\.exe$' # Only .exe files
token: ${{ secrets.WINGET_TOKEN }}
fork-user: ManiArasteh

0 comments on commit d2fcd3b

Please sign in to comment.