Skip to content

Commit 91eb993

Browse files
authored
Merge pull request #77 from guplem/winget-automation
Add winget publishing automation
2 parents 684d59f + 28bbc75 commit 91eb993

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Publish to winget
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
permissions: {}
8+
9+
jobs:
10+
publish:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Publish to winget
14+
uses: vedantmgoyal9/winget-releaser@v2
15+
with:
16+
identifier: polrivero.GitHubDesktopPlus
17+
installers-regex: '\.exe$'
18+
token: ${{ secrets.WINGET_TOKEN }}

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@ chmod +x GitHub-Desktop-Plus-*-linux-*.AppImage
149149
<details>
150150
<summary>Click to expand</summary>
151151

152+
#### Using winget
153+
154+
```powershell
155+
winget install polrivero.GitHubDesktopPlus
156+
```
157+
158+
To update, run `winget upgrade polrivero.GitHubDesktopPlus` or `winget upgrade --all` to update all your winget packages.
159+
160+
#### Manual download
161+
152162
Download and execute the installer from the [releases page](https://github.com/pol-rivero/github-desktop-plus/releases/latest).
153163

154164
| | **64-bit x86** | **64-bit ARM** |

0 commit comments

Comments
 (0)