Skip to content

Commit

Permalink
Merge pull request #192 from liamcannon/feature/winget
Browse files Browse the repository at this point in the history
Publish to WinGet
  • Loading branch information
jupster authored Sep 25, 2024
2 parents ad765cf + 2cc7845 commit 3e30c4f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish

on:
release:
types: [released]

jobs:

winget:
runs-on: windows-latest
steps:
# Requires forked winget-pkgs: https://github.com/microsoft/winget-pkgs to the same account as this project
- name: Submit to WinGet
uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Foxlider.FASTER
installers-regex: 'Release_x64.zip'
max-versions-to-keep: 5
token: ${{ secrets.WINGET_TOKEN }} # Classic Personal Access Token with [public_repo, workflow] scopes

0 comments on commit 3e30c4f

Please sign in to comment.