Skip to content

v10.4.2

v10.4.2 #53

Workflow file for this run

name: Publish to Winget
on:
release:
types: [released]
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-24.04
steps:
- name: Publish to Winget
uses: vedantmgoyal9/winget-releaser@v2
with:
identifier: schollz.croc
installers-regex: '.*Windows.*\.zip$'
token: ${{ secrets.WINGET_TOKEN }}