Skip to content

Commit

Permalink
Fix publishing of unix platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 26, 2023
1 parent d0b6618 commit dad94b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
compose/binaries/main-release/deb/*.deb
compose/binaries/main-release/pkg/*.pkg
app/desktop/build/compose/binaries/main-release/deb/*.deb
app/desktop/build/compose/binaries/main-release/pkg/*.pkg
*.msix
distributions/*.tar.gz
*.zip
Expand Down
2 changes: 1 addition & 1 deletion app/desktop/msix/appxmanifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10">
<Identity Name="dev.schlaubi.Tonbrett" Version="1.10.3.0" Publisher="CN=Michael Rittmeister, O=Michael Rittmeister, S=Bayern, C=DE"
<Identity Name="dev.schlaubi.Tonbrett" Version="1.10.4.0" Publisher="CN=Michael Rittmeister, O=Michael Rittmeister, S=Bayern, C=DE"
ProcessorArchitecture="x64"/>
<Properties>
<DisplayName>Tonbrett</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.10.3"
version = "1.10.4"

repositories {
mavenCentral()
Expand Down

0 comments on commit dad94b3

Please sign in to comment.