Skip to content

Commit

Permalink
added auto increment winget action
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcannon committed Sep 18, 2024
1 parent ad765cf commit 2cc7845
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 2cc7845

Please sign in to comment.