ci: remove code coverage test & uniform file names (#811)

This commit is contained in:
SteveLauC
2024-05-24 09:02:05 +08:00
committed by GitHub
parent c4c0bd7383
commit 9eb1b4ac9f
12 changed files with 2 additions and 59 deletions

13
.github/workflows/release_to_winget.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: topgrade-rs.topgrade
max-versions-to-keep: 5 # keep only latest 5 versions
token: ${{ secrets.WINGET_TOKEN }}