Skip to content

Commit

Permalink
[ci skip] Fix winget ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored May 30, 2024
1 parent 61fb59e commit 66cb75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
$url = "https://github.com/DRSchlaubi/tonbrett/releases/download/${tagname}/Tonbrett.msix"
.\wingetcreate.exe update Schlaubi.Tonbrett -u $url --version $version
wingetcreate.exe update Schlaubi.Tonbrett -u $url --version $version
if ($version -notmatch "-") {
.\wingetcreate.exe submit .\manifests\s\Schlaubi\Tonbrett\${version}\ --token $env:WINGET_GITHUB_TOKEN
Expand Down

0 comments on commit 66cb75a

Please sign in to comment.