Skip to content

CustomRP 1.17.20.2

CustomRP 1.17.20.2 #41

Workflow file for this run

name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: maximmax42.CustomRP
version: ${{ github.event.release.tag_name }}
token: ${{ secrets.WINGET_TOKEN }}