Release 1.9f_102 #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
# Classic Personal Access Token with [public_repo, workflow] scopes | |
token: ${{ secrets.WINGET_TOKEN }} |