Skip to content

Commit

Permalink
Merge pull request #332 from ldennington/ldennington/fix-release-asset
Browse files Browse the repository at this point in the history
Fixing release asset regex
  • Loading branch information
Lessley Dennington authored May 4, 2021
2 parents 55623ff + f128b6e commit 2ec8db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-winget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
with:
id: Microsoft.Git
token: ${{ secrets.WINGET_TOKEN }}
releaseAsset: Git-\[0-9.vfs]*\-64-bit.exe
releaseAsset: Git-([0-9.vfs]*)\-64-bit.exe
manifestText: |
PackageIdentifier: {{id}}
PackageVersion: {{version}}
PackageName: Microsoft Git
Publisher: Microsoft Corporation
Moniker: microsoft-git
PackageUrl: https://aka.ms/ms-git
Tags: [ microsoft/git ]
Tags: [ microsoft-git ]
License: Copyright (C) Microsoft Corporation
ShortDescription: |
Git distribution to support monorepo scenarios.
Expand Down

0 comments on commit 2ec8db2

Please sign in to comment.