From bf87cc6cda275418153db910946accae4d6a726c Mon Sep 17 00:00:00 2001 From: sitiom Date: Tue, 27 Sep 2022 21:27:49 +0800 Subject: [PATCH] Add Winget Releaser workflow (#202) * Add Winget Releaser workflow * Add Winget instructions in the readme --- .github/workflows/winget.yml | 13 +++++++++++++ README.md | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 .github/workflows/winget.yml diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml new file mode 100644 index 0000000..7c9a3ac --- /dev/null +++ b/.github/workflows/winget.yml @@ -0,0 +1,13 @@ +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@latest + with: + identifier: ArmCord.ArmCord + token: ${{ secrets.WINGET_TOKEN }} diff --git a/README.md b/README.md index 984f4bc..2e14f3a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ ### Recommended: Check releases tab for precompiled packages for Linux, Windows and Mac OS. Alternatively use our Sourceforge mirror. Download ArmCord +### Winget Package +ArmCord is also available on the [winget-pkgs](https://github.com/microsoft/winget-pkgs) repository: +``` +winget install ArmCord.ArmCord +``` ### AUR Package ArmCord is also available on the Arch User Repository (AUR) [here](https://aur.archlinux.org/packages/armcord-bin/).