Skip to content

Commit

Permalink
Fix issues with publishing the flathub build
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Jul 13, 2023
1 parent bf5cff6 commit 0dfc44d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
files: |
app/desktop/build/compose/binaries/main-release/deb/*.deb
app/desktop/build/compose/binaries/main-release/pkg/*.pkg
app/desktop/build/distributions/*.tar.gz
*.msix
distributions/*.tar.gz
*.zip
*-signed.apk
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.6"
version = "1.10.9"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0dfc44d

Please sign in to comment.