Skip to content

64Gram v1.1.18

64Gram v1.1.18 #64

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@v1
with:
identifier: 64Gram.64Gram
token: ${{ secrets.WINGET_TOKEN }}