We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042af32 commit eb18b63Copy full SHA for eb18b63
.github/workflows/winget.yml
@@ -7,15 +7,15 @@ on:
7
8
jobs:
9
publish:
10
- runs-on: windows-latest
+ runs-on: ubuntu-latest
11
12
steps:
13
- name: Extract version from tag
14
id: extract_version
15
run: |
16
version=$(echo "${{ github.event.release.tag_name }}" | grep -oP "(?<=v)[\d.]+")
17
echo "version=$version" >> $GITHUB_OUTPUT
18
- - uses: vedantmgoyal2009/winget-releaser@1d370507249956659e4ec675a221bd2d0f3fe561
+ - uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0
19
with:
20
identifier: Microsoft.OpenSSH.Beta
21
version: ${{ steps.extract_version.outputs.version }}
0 commit comments