Skip to content

Commit

Permalink
Disable Winget release
Browse files Browse the repository at this point in the history
  • Loading branch information
b1weiss committed Dec 10, 2024
1 parent 487fe31 commit e513d25
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: RustDesk.RustDesk
version: ${{ github.event.release.tag_name }}
token: ${{ secrets.WINGET_TOKEN }}
# name: Publish to WinGet
# on:
# release:
# types: [released]
# jobs:
# publish:
# runs-on: ubuntu-latest
# steps:
# - uses: vedantmgoyal9/winget-releaser@main
# with:
# identifier: RustDesk.RustDesk
# version: ${{ github.event.release.tag_name }}
# token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit e513d25

Please sign in to comment.