Skip to content

Commit

Permalink
🔀 Merge pull request #770 from kando-menu/feature/winget
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans authored Jan 3, 2025
2 parents 8bc5f74 + 1e69273 commit 6194220
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deploy_to_winget.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# SPDX-FileCopyrightText: Simon Schneegans <[email protected]>
# SPDX-License-Identifier: CC0-1.0

name: Deploy to Winget

on:
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Download release asset
uses: dsaltares/[email protected]
with:
regex: true
file: 'Kando-.*\.exe'
- name: Publish to Winget
uses: vedantmgoyal9/winget-releaser@v2
with:
identifier: KandoMenu.Kando
installers-regex: 'Kando-.*\.exe$'
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 6194220

Please sign in to comment.