Skip to content

Commit

Permalink
Fix winget CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Feb 28, 2024
1 parent 492e383 commit 78b4769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
$version = $tagname.Replace("v", "")
$url =
"https://github.com/DRSchlaubi/tonbrett/releases/download/${tagname}/Tonbrett.msix"
$url = "https://github.com/DRSchlaubi/tonbrett/releases/download/${tagname}/Tonbrett.msix"
.\wingetcreate.exe update Schlaubi.Tonbrett -u $url --version $version
if ($version -notmatch "-") {
.\wingetcreate.exe submit .\manifests\o\Schlaubi\Tonbrett\${version}\ --token $env:WINGET_GITHUB_TOKEN
.\wingetcreate.exe submit .\manifests\s\Schlaubi\Tonbrett\${version}\ --token $env:WINGET_GITHUB_TOKEN
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.18.18"
version = "1.18.19"

repositories {
mavenCentral()
Expand Down

0 comments on commit 78b4769

Please sign in to comment.