mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-31 01:45:10 +02:00
Compare commits
6 Commits
v9.8.1.0p1
...
L1-Prod
Author | SHA1 | Date | |
---|---|---|---|
|
2cc4c13653 | ||
|
2f3309f177 | ||
|
c9c0c26724 | ||
|
87589cb52a | ||
|
ae4d79548b | ||
|
ebf903a86b |
24
.github/workflows/winget.yml
vendored
24
.github/workflows/winget.yml
vendored
@ -1,24 +0,0 @@
|
||||
name: Publish to WinGet
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
permissions: read-all
|
||||
|
||||
steps:
|
||||
- name: Extract version from tag
|
||||
id: extract_version
|
||||
run: |
|
||||
version=$(echo "${{ github.event.release.tag_name }}" | grep -oP "(?<=v)[\d.]+")
|
||||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
- uses: vedantmgoyal9/winget-releaser@b87a066d9e624db1394edcd947f8c4e5a7e30cd7
|
||||
with:
|
||||
identifier: Microsoft.OpenSSH.Preview
|
||||
version: ${{ steps.extract_version.outputs.version }}
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
fork-user: pwshBot
|
@ -20,6 +20,10 @@ which has instructions for [building](https://github.com/PowerShell/Win32-OpenSS
|
||||
| 04/17/2023 | 9.2.2.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v9.2.2.0 |
|
||||
| 10/10/2023 | 9.4.0.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v9.4.0.0 |
|
||||
| 12/18/2023 | 9.5.0.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v9.5.0.0 |
|
||||
| 10/08/2024 | 9.8.0.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v9.8.0.0 |
|
||||
| 10/10/2024 | 9.8.1.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v9.8.1.0 |
|
||||
| 04/08/2025 | 9.8.2.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v9.8.2.0 |
|
||||
| 04/18/2025 | 9.8.3.0 | https://github.com/PowerShell/openssh-portable/releases/tag/v9.8.3.0 |
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user