mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-22 13:34:43 +02:00
Update winget.yml
This commit is contained in:
parent
042af32cc4
commit
eb18b632df
4
.github/workflows/winget.yml
vendored
4
.github/workflows/winget.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Extract version from tag
|
||||
@ -15,7 +15,7 @@ jobs:
|
||||
run: |
|
||||
version=$(echo "${{ github.event.release.tag_name }}" | grep -oP "(?<=v)[\d.]+")
|
||||
echo "version=$version" >> $GITHUB_OUTPUT
|
||||
- uses: vedantmgoyal2009/winget-releaser@1d370507249956659e4ec675a221bd2d0f3fe561
|
||||
- uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0
|
||||
with:
|
||||
identifier: Microsoft.OpenSSH.Beta
|
||||
version: ${{ steps.extract_version.outputs.version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user