Skip to content

Commit

Permalink
Update winget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgauth committed Oct 23, 2023
1 parent 042af32 commit eb18b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:

jobs:
publish:
runs-on: windows-latest
runs-on: ubuntu-latest

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: vedantmgoyal2009/winget-releaser@1d370507249956659e4ec675a221bd2d0f3fe561
- uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0
with:
identifier: Microsoft.OpenSSH.Beta
version: ${{ steps.extract_version.outputs.version }}
Expand Down

0 comments on commit eb18b63

Please sign in to comment.